From: Ulrich Drepper Date: Sat, 21 Jun 1997 02:46:36 +0000 (+0000) Subject: Use bits/foo.h. X-Git-Tag: glibc-2.16-ports-before-merge~3518 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da366793e17337c0e6f9ff0cf13299700152697a;p=thirdparty%2Fglibc.git Use bits/foo.h. --- diff --git a/sysdeps/unix/bsd/sun/m68k/sethostid.S b/sysdeps/unix/bsd/sun/m68k/sethostid.S index 8b30f3fe65f..ab76d75f7bc 100644 --- a/sysdeps/unix/bsd/sun/m68k/sethostid.S +++ b/sysdeps/unix/bsd/sun/m68k/sethostid.S @@ -25,7 +25,7 @@ SYSCALL (sethostid, 1) #else -#include +#include .globl _sethostid .even diff --git a/sysdeps/unix/bsd/sun/sparc/sethostid.S b/sysdeps/unix/bsd/sun/sparc/sethostid.S index fbafba5277a..f8ee805c751 100644 --- a/sysdeps/unix/bsd/sun/sparc/sethostid.S +++ b/sysdeps/unix/bsd/sun/sparc/sethostid.S @@ -25,9 +25,9 @@ SYSCALL (sethostid, 1) #else -/* only defines E* #ifdef _ERRNO_H. */ +/* only defines E* #ifdef _ERRNO_H. */ #define _ERRNO_H -#include +#include ENTRY (sethostid) mov ENOSYS, %o0 diff --git a/sysdeps/unix/bsd/sun/sunos4/sys/mman.h b/sysdeps/unix/bsd/sun/sunos4/sys/mman.h index fb38c34d906..65771a2aac2 100644 --- a/sysdeps/unix/bsd/sun/sunos4/sys/mman.h +++ b/sysdeps/unix/bsd/sun/sunos4/sys/mman.h @@ -22,7 +22,7 @@ #define _SYS_MMAN_H 1 #include -#include +#include #define __need_size_t #include