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 8b30f3f..ab76d75 100644 (file)
@@ -25,7 +25,7 @@ SYSCALL (sethostid, 1)
 
 #else
 
-#include <errnos.h>
+#include <bits/errno.h>
 
 .globl _sethostid
 .even
index fbafba5..f8ee805 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 fb38c34..65771a2 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>