mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove extra forward declare of 'struct sem'.
Requested by: bde
This commit is contained in:
parent
d65926888d
commit
fe754f8f07
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue