summaryrefslogtreecommitdiffstats
path: root/sys/sys/ipc.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-25 02:17:46 +0000
committerbde <bde@FreeBSD.org>1998-02-25 02:17:46 +0000
commitef8b60281c1ab6517e80fb855c854eaf86b0a87b (patch)
tree79a0f97e0d9eeb991128df29fb8fdac988ca9d40 /sys/sys/ipc.h
parent18e07ad820bc1e693886ae0d3f16d3f3dd5436ef (diff)
downloadFreeBSD-src-ef8b60281c1ab6517e80fb855c854eaf86b0a87b.zip
FreeBSD-src-ef8b60281c1ab6517e80fb855c854eaf86b0a87b.tar.gz
Removed _POSIX_SOURCE ifdef. This is not a POSIX.1 header.
Diffstat (limited to 'sys/sys/ipc.h')
-rw-r--r--sys/sys/ipc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h
index 870318a..75b5eac 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 */
OpenPOWER on IntegriCloud