typedef int key_t; was defined twice

svn path=/trunk/; revision=2793
This commit is contained in:
Steven Edwards 2002-03-31 04:37:19 +00:00
parent e158da64af
commit 3a6f36f512

View file

@ -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 */