]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include bits/types.h instead of sys/types.h.
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 07:43:39 +0000 (07:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 07:43:39 +0000 (07:43 +0000)
sysdeps/unix/sysv/linux/alpha/bits/ipc.h
sysdeps/unix/sysv/linux/mips/bits/ipc.h

index 7b644e8b7a27f78fd4bf362a0eaaafe809960bc7..804e1ee3f7b032d4aeaed23dbc6d98a19591f54d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -20,7 +20,7 @@
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
 #endif
 
-#include <sys/types.h>
+#include <bits/types.h>
 
 /* Mode bits for `msgget', `semget', and `shmget'.  */
 #define IPC_CREAT      01000           /* Create key if key does not exist. */
index 04bd3f0ce225d718310686f7637cfa1890e6115c..fb989ccecae16a0c38d5a4ef2bf94a7ab7babbbf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -20,7 +20,7 @@
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
 #endif
 
-#include <sys/types.h>
+#include <bits/types.h>
 
 /* Mode bits for `msgget', `semget', and `shmget'.  */
 #define IPC_CREAT      01000           /* Create key if key does not exist. */