From: Steven Edwards Date: Sun, 31 Mar 2002 04:37:19 +0000 (+0000) Subject: typedef int key_t; was defined twice X-Git-Tag: backups/mpw@12443~149 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=3a6f36f5126b028e760df3b0ef076a4e91f7f61b;ds=sidebyside typedef int key_t; was defined twice svn path=/trunk/; revision=2793 --- diff --git a/posix/include/sys/types.h b/posix/include/sys/types.h index 20834570c47..e44eec792cf 100644 --- a/posix/include/sys/types.h +++ b/posix/include/sys/types.h @@ -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 @@ -84,7 +84,6 @@ typedef unsigned long ulong; typedef unsigned char unchar; typedef char *caddr_t; -typedef int key_t; /* CONSTANTS */