mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
typedef int key_t; was defined twice
svn path=/trunk/; revision=2793
This commit is contained in:
parent
e158da64af
commit
3a6f36f512
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: types.h,v 1.3 2002/03/22 01:26:28 hyperion Exp $
|
/* $Id: types.h,v 1.4 2002/03/31 04:37:19 sedwards Exp $
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* sys/types.h
|
* sys/types.h
|
||||||
|
@ -84,7 +84,6 @@ typedef unsigned long ulong;
|
||||||
typedef unsigned char unchar;
|
typedef unsigned char unchar;
|
||||||
|
|
||||||
typedef char *caddr_t;
|
typedef char *caddr_t;
|
||||||
typedef int key_t;
|
|
||||||
|
|
||||||
/* CONSTANTS */
|
/* CONSTANTS */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue