Remove extra forward declare of 'struct sem'.

Requested by:	bde
This commit is contained in:
John Baldwin 2006-11-07 18:56:48 +00:00
parent d65926888d
commit fe754f8f07

View file

@ -27,8 +27,6 @@ typedef __time_t time_t;
#define _TIME_T_DECLARED
#endif
struct sem;
struct semid_ds {
struct ipc_perm sem_perm; /* operation permission struct */
struct sem *sem_base; /* pointer to first semaphore in set */