diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 02:17:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 02:17:46 +0000 |
| commit | b289b0f141c1a26cee1b56cda0f5ae1f966edec6 (patch) | |
| tree | 5980da312e04b20c79c37f000abb6e3cdc457cbd /sys | |
| parent | f27c4403283d600505dff9f3b2c3df0b23780897 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/ipc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h index 870318afd878..75b5eacfcae1 100644 --- a/sys/sys/ipc.h +++ b/sys/sys/ipc.h @@ -41,7 +41,7 @@ * SUCH DAMAGE. * * @(#)ipc.h 8.4 (Berkeley) 2/19/95 - * $Id: ipc.h,v 1.10 1997/02/22 09:45:24 peter Exp $ + * $Id: ipc.h,v 1.11 1998/02/01 20:08:37 bde Exp $ */ /* @@ -89,13 +89,11 @@ int ipcperm __P((struct ucred *, struct ipc_perm *, int)); /* XXX doesn't really belong here, but has been historical practice in SysV. */ -#ifndef _POSIX_SOURCE #include <sys/cdefs.h> __BEGIN_DECLS key_t ftok __P((const char *, int)); __END_DECLS -#endif /* ! POSIX */ #endif /* KERNEL */ |
