From 3a6f36f5126b028e760df3b0ef076a4e91f7f61b Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sun, 31 Mar 2002 04:37:19 +0000 Subject: [PATCH] typedef int key_t; was defined twice svn path=/trunk/; revision=2793 --- posix/include/sys/types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.17.1