]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use bits/foo.h.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 02:46:36 +0000 (02:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 02:46:36 +0000 (02:46 +0000)
sysdeps/unix/bsd/sun/m68k/sethostid.S
sysdeps/unix/bsd/sun/sparc/sethostid.S
sysdeps/unix/bsd/sun/sunos4/sys/mman.h

index 8b30f3fe65f9a8aa51dbf003b0bd540b0be7d2d4..ab76d75f7bcb51d585a9a45f7867522b3d434d35 100644 (file)
@@ -25,7 +25,7 @@ SYSCALL (sethostid, 1)
 
 #else
 
-#include <errnos.h>
+#include <bits/errno.h>
 
 .globl _sethostid
 .even
index fbafba5277af55e9df4b30683a7c02b1377373cc..f8ee805c7513863f7bb805ad2c664604ff41f271 100644 (file)
@@ -25,9 +25,9 @@ SYSCALL (sethostid, 1)
 
 #else
 
-/* <errnos.h> only defines E* #ifdef _ERRNO_H.  */
+/* <bits/errno.h> only defines E* #ifdef _ERRNO_H.  */
 #define        _ERRNO_H
-#include <errnos.h>
+#include <bits/errno.h>
 
 ENTRY (sethostid)
        mov ENOSYS, %o0
index fb38c34d906d1454cc453a2486c22ae13392a648..65771a2aac2507a211390d62e3ba6de3c57a905c 100644 (file)
@@ -22,7 +22,7 @@
 #define        _SYS_MMAN_H     1
 #include <features.h>
 
-#include <gnu/types.h>
+#include <bits/types.h>
 #define __need_size_t
 #include <stddef.h>