From: Ben Gras Date: Fri, 28 Jan 2011 11:35:02 +0000 (+0000) Subject: -> X-Git-Tag: v3.2.0~695 X-Git-Url: http://zhaoyanbai.com/repos/man.nsupdate.html?a=commitdiff_plain;h=dc1cc91df135d3a6fd8ed6f3cd80142741eb5887;p=minix.git -> --- diff --git a/Makefile b/Makefile index ab4b1e01a..c01893e8a 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ gnu-includes: includes SHELL=/bin/sh; if [ -f $(MKHEADERS443) ] ; then sh -e $(MKHEADERS443) ; fi SHELL=/bin/sh; if [ -f $(MKHEADERS443_PKGSRC) ] ; then sh -e $(MKHEADERS443_PKGSRC) ; fi -gnu-libraries: gnu-includes +gnu-libraries: #gnu-includes $(MAKE) -C lib build_gnu clang-libraries: includes diff --git a/commands/autil/object.h b/commands/autil/object.h index e32b5ae1b..60d0e1fd3 100644 --- a/commands/autil/object.h +++ b/commands/autil/object.h @@ -3,7 +3,7 @@ * See the copyright notice in the ACK home directory, in the file "Copyright". */ -#include +#include #ifndef __OBJECT_INCLUDED__ #define __OBJECT_INCLUDED__ diff --git a/commands/cawf/ansi.h b/commands/cawf/ansi.h index 78fffbe63..2fa78a258 100644 --- a/commands/cawf/ansi.h +++ b/commands/cawf/ansi.h @@ -1,4 +1,4 @@ -/* The header attempts to decide whether the compiler has enough +/* The header attempts to decide whether the compiler has enough * conformance to Standard C for Minix to take advantage of. If so, the * symbol _ANSI is defined (as 31415). Otherwise _ANSI is not defined * here, but it may be defined by applications that want to bend the rules. @@ -18,8 +18,8 @@ * The appropriate macros are defined here. */ -#ifndef _ANSI_H -#define _ANSI_H +#ifndef _MINIX_ANSI_H +#define _MINIX_ANSI_H #if __STDC__ == 1 #define _ANSI 31459 /* compiler claims full ANSI conformance */ @@ -53,4 +53,4 @@ #endif /* _ANSI */ -#endif /* ANSI_H */ +#endif /* _MINIX_ANSI_H */ diff --git a/commands/dis386/dise.c b/commands/dis386/dise.c index 6ab857663..913a1c5c2 100644 --- a/commands/dis386/dise.c +++ b/commands/dis386/dise.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/commands/dis386/diso.c b/commands/dis386/diso.c index 79a70cf57..4eb86ad22 100644 --- a/commands/dis386/diso.c +++ b/commands/dis386/diso.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/commands/elle/eeproto.h b/commands/elle/eeproto.h index e2628c6f4..9b50fd1eb 100644 --- a/commands/elle/eeproto.h +++ b/commands/elle/eeproto.h @@ -1,5 +1,5 @@ #ifndef _ANSI -#include +#include #endif /* eebit.c */ diff --git a/commands/elle/sbproto.h b/commands/elle/sbproto.h index a7ad5455d..6da70c86a 100644 --- a/commands/elle/sbproto.h +++ b/commands/elle/sbproto.h @@ -1,5 +1,5 @@ #ifndef _ANSI -#include +#include #endif /* sbbcpy.c */ diff --git a/commands/mdb/mdb.h b/commands/mdb/mdb.h index e2160d196..206b43c58 100644 --- a/commands/mdb/mdb.h +++ b/commands/mdb/mdb.h @@ -36,7 +36,7 @@ #include -#include +#include #include #include diff --git a/include/Makefile b/include/Makefile index 5e10824e1..f38e4e8e6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,6 +1,6 @@ # Doing a make includes builds /usr/include -INCS= alloca.h ansi.h a.out.h ar.h assert.h configfile.h ctype.h \ +INCS= alloca.h a.out.h ar.h assert.h configfile.h ctype.h \ curses.h dirent.h env.h err.h errno.h fcntl.h fenv.h \ float.h fnmatch.h fts.h getopt.h glob.h grp.h ifaddrs.h \ inttypes.h libgen.h lib.h libutil.h limits.h locale.h \ @@ -29,7 +29,7 @@ INCS+= minix/a.out.h minix/bitmap.h minix/callnr.h minix/cdrom.h \ minix/sysutil.h minix/timers.h minix/tty.h minix/type.h minix/types.h \ minix/u64.h minix/vfsif.h minix/vm.h minix/vtreefs.h minix/gcov.h \ minix/compiler.h minix/compiler-ack.h minix/sha2.h minix/sha1.h minix/md5.h \ - minix/audio_fw.h minix/hash.h minix/input.h + minix/audio_fw.h minix/hash.h minix/input.h minix/ansi.h INCS+= net/hton.h net/if.h net/ioctl.h net/netlib.h INCS+= net/gen/arp_io.h net/gen/dhcp.h net/gen/ether.h \ net/gen/eth_hdr.h net/gen/eth_io.h net/gen/icmp.h \ diff --git a/include/assert.h b/include/assert.h index 13f3422dd..20f52d7f0 100644 --- a/include/assert.h +++ b/include/assert.h @@ -15,8 +15,8 @@ #undef assert -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif #ifdef NDEBUG diff --git a/include/ctype.h b/include/ctype.h index 639388cc1..1b40173c1 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -7,8 +7,8 @@ #ifndef _CTYPE_H #define _CTYPE_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif extern char __ctype[]; /* property array defined in chartab.c */ diff --git a/include/err.h b/include/err.h index e44709ba5..3e7a44e6d 100644 --- a/include/err.h +++ b/include/err.h @@ -42,7 +42,7 @@ * _BSD_VA_LIST_ from and use it. */ #ifdef __minix -#include +#include #else #include #endif diff --git a/include/lib.h b/include/lib.h index d19736cb3..4b2f44503 100644 --- a/include/lib.h +++ b/include/lib.h @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/include/libgen.h b/include/libgen.h index 5825e56ef..8998923b1 100644 --- a/include/libgen.h +++ b/include/libgen.h @@ -2,7 +2,7 @@ libgen.h */ -#include +#include /* Open Group Base Specifications Issue 6 (not complete) */ _PROTOTYPE( char *basename, (char *_path) ); diff --git a/include/locale.h b/include/locale.h index d06a2def0..8c06e5e00 100644 --- a/include/locale.h +++ b/include/locale.h @@ -6,8 +6,8 @@ #ifndef _LOCALE_H #define _LOCALE_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif struct lconv { diff --git a/include/math.h b/include/math.h index 1c3df22d4..766a8df4f 100644 --- a/include/math.h +++ b/include/math.h @@ -3,8 +3,8 @@ #ifndef _MATH_H #define _MATH_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif #define INFINITY (__infinity()) diff --git a/include/minix/a.out.h b/include/minix/a.out.h index b54f7a8cc..5e66faca6 100644 --- a/include/minix/a.out.h +++ b/include/minix/a.out.h @@ -109,8 +109,8 @@ struct nlist { /* symbol table entry */ #define C_STAT 0030 /* static */ /* Function prototypes. */ -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif _PROTOTYPE( int nlist, (char *_file, struct nlist *_nl) ); diff --git a/include/ansi.h b/include/minix/ansi.h similarity index 93% rename from include/ansi.h rename to include/minix/ansi.h index 34f7c1559..7ff8e7855 100644 --- a/include/ansi.h +++ b/include/minix/ansi.h @@ -1,4 +1,4 @@ -/* The header attempts to decide whether the compiler has enough +/* The header attempts to decide whether the compiler has enough * conformance to Standard C for Minix to take advantage of. If so, the * symbol _ANSI is defined (as 31459). Otherwise _ANSI is not defined * here, but it may be defined by applications that want to bend the rules. @@ -18,8 +18,8 @@ * The appropriate macros are defined here. */ -#ifndef _ANSI_H -#define _ANSI_H +#ifndef _MINIX_ANSI_H +#define _MINIX_ANSI_H #if __STDC__ == 1 #define _ANSI 31459 /* compiler claims full ANSI conformance */ @@ -73,4 +73,4 @@ #include #define _BSD_VA_LIST_ va_list -#endif /* ANSI_H */ +#endif /* _MINIX_ANSI_H */ diff --git a/include/minix/driver.h b/include/minix/driver.h index 728818f4a..aa48ba373 100644 --- a/include/minix/driver.h +++ b/include/minix/driver.h @@ -11,7 +11,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include #include diff --git a/include/minix/drivers.h b/include/minix/drivers.h index 2d1e49702..776f3c8e2 100644 --- a/include/minix/drivers.h +++ b/include/minix/drivers.h @@ -11,7 +11,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include #include diff --git a/include/minix/minlib.h b/include/minix/minlib.h index faf69353e..aea58b96f 100644 --- a/include/minix/minlib.h +++ b/include/minix/minlib.h @@ -1,8 +1,8 @@ #ifndef _MINLIB #define _MINLIB -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif /* Miscellaneous BSD. */ diff --git a/include/minix/mthread.h b/include/minix/mthread.h index 7549515d4..9adcf59ab 100644 --- a/include/minix/mthread.h +++ b/include/minix/mthread.h @@ -2,7 +2,7 @@ #define _MTHREAD_H #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include #include diff --git a/include/minix/profile.h b/include/minix/profile.h index 74de601ef..8563eafe2 100644 --- a/include/minix/profile.h +++ b/include/minix/profile.h @@ -1,7 +1,7 @@ #ifndef _PROFILE_H #define _PROFILE_H -#include +#include #include /* diff --git a/include/minix/queryparam.h b/include/minix/queryparam.h index 7415fab43..a3639c285 100644 --- a/include/minix/queryparam.h +++ b/include/minix/queryparam.h @@ -4,7 +4,7 @@ #ifndef _MINIX__QUERYPARAM_H #define _MINIX__QUERYPARAM_H -#include +#include typedef size_t _mnx_size_t; diff --git a/include/minix/types.h b/include/minix/types.h index f98ac6e16..9bb2aa193 100644 --- a/include/minix/types.h +++ b/include/minix/types.h @@ -7,8 +7,8 @@ #ifndef _TYPES_H #define _TYPES_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif typedef unsigned char u8_t; /* 8 bit type */ diff --git a/include/net/netlib.h b/include/net/netlib.h index fd6eade57..447c943a8 100644 --- a/include/net/netlib.h +++ b/include/net/netlib.h @@ -6,7 +6,7 @@ net/netlib.h #define _NET__NETLIB_H_ #ifndef _ANSI -#include +#include #endif _PROTOTYPE (int iruserok, (unsigned long raddr, int superuser, diff --git a/include/regexp.h b/include/regexp.h index 31d925329..c94d6306a 100644 --- a/include/regexp.h +++ b/include/regexp.h @@ -4,8 +4,8 @@ #ifndef _REGEXP_H #define _REGEXP_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif #define CHARBITS 0377 diff --git a/include/setjmp.h b/include/setjmp.h index 1417bcd30..f1a928532 100644 --- a/include/setjmp.h +++ b/include/setjmp.h @@ -51,8 +51,8 @@ #ifndef _SETJMP_H #define _SETJMP_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif typedef struct { diff --git a/include/signal.h b/include/signal.h index 141bb54c6..218be8cae 100644 --- a/include/signal.h +++ b/include/signal.h @@ -6,8 +6,8 @@ #ifndef _SIGNAL_H #define _SIGNAL_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif #ifdef _POSIX_SOURCE #ifndef _TYPES_H diff --git a/include/stdio.h b/include/stdio.h index bef6c6cec..f8e355d77 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -9,8 +9,8 @@ #ifndef _STDIO_H #define _STDIO_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif #include /* For NULL */ diff --git a/include/stdlib.h b/include/stdlib.h index 8b53a0b2d..72c9dad4c 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -3,8 +3,8 @@ #ifndef _STDLIB_H #define _STDLIB_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif #include diff --git a/include/string.h b/include/string.h index 4d27b3481..a29f77abd 100644 --- a/include/string.h +++ b/include/string.h @@ -18,8 +18,8 @@ typedef unsigned int size_t; /* type returned by sizeof */ #endif /*_SIZE_T */ /* Function Prototypes. */ -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif _PROTOTYPE( void *memchr, (const void *_s, int _c, size_t _n) ); diff --git a/include/strings.h b/include/strings.h index 6432e469c..428bf16cd 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2,7 +2,7 @@ strings.h */ -#include +#include /* Open Group Base Specifications Issue 6 (not complete) */ _PROTOTYPE( char *index, (const char *_s, int _charwanted) ); diff --git a/include/sys/mount.h b/include/sys/mount.h index 8ae914176..883833a48 100644 --- a/include/sys/mount.h +++ b/include/sys/mount.h @@ -12,8 +12,8 @@ /* Function Prototypes. */ -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif _PROTOTYPE( int mount, (char *_spec, char *_name, int _mountflags, diff --git a/include/sys/ptrace.h b/include/sys/ptrace.h index 7299db9f2..ddd17dc82 100644 --- a/include/sys/ptrace.h +++ b/include/sys/ptrace.h @@ -49,8 +49,8 @@ struct ptrace_range { }; /* Function Prototypes. */ -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif _PROTOTYPE( long ptrace, (int _req, pid_t _pid, long _addr, long _data) ); diff --git a/include/sys/sigcontext.h b/include/sys/sigcontext.h index abac04aec..c7e6f0cff 100644 --- a/include/sys/sigcontext.h +++ b/include/sys/sigcontext.h @@ -6,8 +6,8 @@ * by the signal catching mechanism. */ -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif #ifndef _MINIX_SYS_CONFIG_H diff --git a/include/sys/time.h b/include/sys/time.h index 00bb13235..b4feedde0 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -5,7 +5,7 @@ sys/time.h #ifndef _SYS__TIME_H #define _SYS__TIME_H -#include +#include /* Open Group Base Specifications Issue 6 (not complete) */ struct timeval diff --git a/include/sys/times.h b/include/sys/times.h index 76862a1bd..2966d1aa2 100644 --- a/include/sys/times.h +++ b/include/sys/times.h @@ -16,8 +16,8 @@ struct tms { }; /* Function Prototypes. */ -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif _PROTOTYPE( clock_t times, (struct tms *_buffer) ); diff --git a/include/sys/utsname.h b/include/sys/utsname.h index ca4085dbb..da0f70a12 100644 --- a/include/sys/utsname.h +++ b/include/sys/utsname.h @@ -3,10 +3,12 @@ #ifndef _UTSNAME_H #define _UTSNAME_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif +#include + struct utsname { char sysname[15+1]; char nodename[255+1]; diff --git a/include/termcap.h b/include/termcap.h index 9f9495ce4..5dfc50ff3 100644 --- a/include/termcap.h +++ b/include/termcap.h @@ -1,7 +1,7 @@ #ifndef _TERMCAP_H #define _TERMCAP_H -#include +#include _PROTOTYPE( int tgetent, (char *_bp, char *_name) ); _PROTOTYPE( int tgetflag, (char *_id) ); diff --git a/include/termios.h b/include/termios.h index ca83dca75..d194fc39f 100644 --- a/include/termios.h +++ b/include/termios.h @@ -117,8 +117,8 @@ struct termios { #define TCION 4 /* transmit a START character on the line */ /* Function Prototypes. */ -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif _PROTOTYPE( int tcsendbreak, (int _fildes, int _duration) ); diff --git a/include/time.h b/include/time.h index 75fa93b0c..ede1baf2b 100644 --- a/include/time.h +++ b/include/time.h @@ -47,8 +47,8 @@ struct tm { extern char *tzname[]; /* Function Prototypes. */ -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif _PROTOTYPE( clock_t clock, (void) ); diff --git a/include/ttyent.h b/include/ttyent.h index 9f739ba5d..ece4daa64 100644 --- a/include/ttyent.h +++ b/include/ttyent.h @@ -4,8 +4,8 @@ #ifndef _TTYENT_H #define _TTYENT_H -#ifndef _ANSI_H -#include +#ifndef _MINIX_ANSI_H +#include #endif struct ttyent { diff --git a/include/util.h b/include/util.h index 45ff06c26..e34d940e7 100644 --- a/include/util.h +++ b/include/util.h @@ -38,7 +38,7 @@ #include #include #include -#include +#include #ifdef _BSD_TIME_T_ typedef _BSD_TIME_T_ time_t; diff --git a/include/wchar.h b/include/wchar.h index 56bc15b91..e7d7da110 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -56,7 +56,7 @@ #ifndef _WCHAR_H_ #define _WCHAR_H_ -#include +#include #include #include diff --git a/include/wctype.h b/include/wctype.h index b5b78be4b..810c45be9 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -29,7 +29,7 @@ #ifndef _WCTYPE_H_ #define _WCTYPE_H_ -#include +#include #include #include diff --git a/kernel/debug.h b/kernel/debug.h index d0a830290..c63755a5e 100644 --- a/kernel/debug.h +++ b/kernel/debug.h @@ -8,7 +8,7 @@ */ #ifndef __ASSEMBLY__ -#include +#include #include #include "config.h" #endif diff --git a/kernel/kernel.h b/kernel/kernel.h index ff80d1d4a..0e1e62192 100644 --- a/kernel/kernel.h +++ b/kernel/kernel.h @@ -35,7 +35,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* global configuration, MUST be first */ -#include /* C style: ANSI or K&R, MUST be second */ +#include /* C style: ANSI or K&R, MUST be second */ #include /* general system types */ #include /* MINIX specific constants */ #include /* MINIX specific types, e.g. message */ diff --git a/lib/libc/ip/getproto.c b/lib/libc/ip/getproto.c index 9d84b13dc..7ceea4770 100644 --- a/lib/libc/ip/getproto.c +++ b/lib/libc/ip/getproto.c @@ -24,7 +24,7 @@ static char sccsid[] = "@(#)getproto.c 5.6 (Berkeley) 6/1/90"; #include #ifdef _MINIX -#include +#include #include #endif diff --git a/lib/libc/ip/strcasecmp.c b/lib/libc/ip/strcasecmp.c index 0e6605614..b6a954d0d 100644 --- a/lib/libc/ip/strcasecmp.c +++ b/lib/libc/ip/strcasecmp.c @@ -32,7 +32,7 @@ */ #include -#include +#include #include #include diff --git a/lib/libc/other/fslib.c b/lib/libc/other/fslib.c index a24c886ce..bcbcd24c5 100644 --- a/lib/libc/other/fslib.c +++ b/lib/libc/other/fslib.c @@ -1,7 +1,7 @@ /* fslib.c - routines needed by fs and fs utilities */ #include /* for unused stuff in :-( */ -#include +#include #include #include #include diff --git a/lib/libc/other/memccpy.c b/lib/libc/other/memccpy.c index 59ddb711d..1991d8170 100644 --- a/lib/libc/other/memccpy.c +++ b/lib/libc/other/memccpy.c @@ -5,7 +5,7 @@ * It should be a mask, e.g. 0377 for an 8-bit machine. */ -#include +#include #include _PROTOTYPE( void *memccpy, (void *dst, const void *src, diff --git a/lib/libc/stdio/loc_incl.h b/lib/libc/stdio/loc_incl.h index 157800310..49b593b8b 100644 --- a/lib/libc/stdio/loc_incl.h +++ b/lib/libc/stdio/loc_incl.h @@ -4,7 +4,7 @@ /* $Header$ */ #include -#include +#include #define io_testflag(p,x) ((p)->_flags & (x)) diff --git a/lib/libdriver/mq.c b/lib/libdriver/mq.c index a80900d83..9512803ff 100644 --- a/lib/libdriver/mq.c +++ b/lib/libdriver/mq.c @@ -6,7 +6,7 @@ Created: Jan 3, 1992 by Philip Homburg Copyright 1995 Philip Homburg */ -#include +#include #include #include diff --git a/lib/libsys/asynsend.c b/lib/libsys/asynsend.c index 2a06f7d61..8c2c74974 100644 --- a/lib/libsys/asynsend.c +++ b/lib/libsys/asynsend.c @@ -3,7 +3,7 @@ #define _SYSTEM 1 #include -#include +#include #include #include #include diff --git a/lib/libvtreefs/inc.h b/lib/libvtreefs/inc.h index 41e6883bd..2d9c65477 100644 --- a/lib/libvtreefs/inc.h +++ b/lib/libvtreefs/inc.h @@ -3,7 +3,7 @@ #define _MINIX 1 /* tell headers to include MINIX stuff */ #define _SYSTEM 1 /* tell headers that this is the kernel */ -#include +#include #include #include #include diff --git a/servers/ds/inc.h b/servers/ds/inc.h index 66f282415..c9b16f2fc 100644 --- a/servers/ds/inc.h +++ b/servers/ds/inc.h @@ -7,7 +7,7 @@ #define _MINIX 1 /* tell headers to include MINIX stuff */ #define _SYSTEM 1 /* get OK and negative error codes */ -#include +#include #include #include #include diff --git a/servers/ext2/fs.h b/servers/ext2/fs.h index 36c1d65c8..0a1b794fc 100644 --- a/servers/ext2/fs.h +++ b/servers/ext2/fs.h @@ -13,7 +13,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include #include diff --git a/servers/inet/queryparam.h b/servers/inet/queryparam.h index 7415fab43..a3639c285 100644 --- a/servers/inet/queryparam.h +++ b/servers/inet/queryparam.h @@ -4,7 +4,7 @@ #ifndef _MINIX__QUERYPARAM_H #define _MINIX__QUERYPARAM_H -#include +#include typedef size_t _mnx_size_t; diff --git a/servers/is/inc.h b/servers/is/inc.h index 11e397f5b..10b2772d7 100644 --- a/servers/is/inc.h +++ b/servers/is/inc.h @@ -7,7 +7,7 @@ #define _SYSTEM 1 /* get OK and negative error codes */ #define _MINIX 1 /* tell headers to include MINIX stuff */ -#include +#include #include #include #include diff --git a/servers/iso9660fs/inc.h b/servers/iso9660fs/inc.h index 26d99a82b..1072bf2e0 100644 --- a/servers/iso9660fs/inc.h +++ b/servers/iso9660fs/inc.h @@ -4,7 +4,7 @@ #define VERBOSE 0 /* display diagnostics */ -#include +#include #include #include #include diff --git a/servers/mfs/fs.h b/servers/mfs/fs.h index fe613378a..d716d5dfd 100644 --- a/servers/mfs/fs.h +++ b/servers/mfs/fs.h @@ -12,7 +12,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include #include diff --git a/servers/pfs/fs.h b/servers/pfs/fs.h index 225cd35ac..2bc006af3 100644 --- a/servers/pfs/fs.h +++ b/servers/pfs/fs.h @@ -10,7 +10,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include #include diff --git a/servers/pfs/inc.h b/servers/pfs/inc.h index 93c1edde7..0bba827f6 100644 --- a/servers/pfs/inc.h +++ b/servers/pfs/inc.h @@ -6,7 +6,7 @@ #include -#include +#include #include #include #include diff --git a/servers/pm/pm.h b/servers/pm/pm.h index 579757e63..d18ecbf33 100644 --- a/servers/pm/pm.h +++ b/servers/pm/pm.h @@ -7,7 +7,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include #include diff --git a/servers/procfs/inc.h b/servers/procfs/inc.h index 4773f5889..1a51668ea 100644 --- a/servers/procfs/inc.h +++ b/servers/procfs/inc.h @@ -6,7 +6,7 @@ #define _SYSTEM 1 #include -#include +#include #include #include #include diff --git a/servers/rs/inc.h b/servers/rs/inc.h index 70bd8b7fc..edfd3d114 100644 --- a/servers/rs/inc.h +++ b/servers/rs/inc.h @@ -7,7 +7,7 @@ #define _SYSTEM 1 /* get OK and negative error codes */ #define _MINIX 1 /* tell headers to include MINIX stuff */ -#include +#include #include #include #include diff --git a/servers/sched/sched.h b/servers/sched/sched.h index edd85aeed..f5678ff75 100644 --- a/servers/sched/sched.h +++ b/servers/sched/sched.h @@ -7,7 +7,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include diff --git a/servers/vfs/fs.h b/servers/vfs/fs.h index 98bda5779..216225de9 100644 --- a/servers/vfs/fs.h +++ b/servers/vfs/fs.h @@ -21,7 +21,7 @@ /* The following are so basic, all the *.c files get them automatically. */ #include /* MUST be first */ -#include /* MUST be second */ +#include /* MUST be second */ #include #include #include