<ansi.h> -> <minix/ansi.h>
This commit is contained in:
@@ -24,7 +24,7 @@ static char sccsid[] = "@(#)getproto.c 5.6 (Berkeley) 6/1/90";
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef _MINIX
|
||||
#include <ansi.h>
|
||||
#include <minix/ansi.h>
|
||||
#include <net/gen/netdb.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <ansi.h>
|
||||
#include <minix/ansi.h>
|
||||
#include <strings.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* fslib.c - routines needed by fs and fs utilities */
|
||||
|
||||
#include <minix/config.h> /* for unused stuff in <minix/type.h> :-( */
|
||||
#include <ansi.h>
|
||||
#include <minix/ansi.h>
|
||||
#include <limits.h>
|
||||
#include <dirent.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* It should be a mask, e.g. 0377 for an 8-bit machine.
|
||||
*/
|
||||
|
||||
#include <ansi.h>
|
||||
#include <minix/ansi.h>
|
||||
#include <stddef.h>
|
||||
|
||||
_PROTOTYPE( void *memccpy, (void *dst, const void *src,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/* $Header$ */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ansi.h>
|
||||
#include <minix/ansi.h>
|
||||
|
||||
#define io_testflag(p,x) ((p)->_flags & (x))
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Created: Jan 3, 1992 by Philip Homburg
|
||||
Copyright 1995 Philip Homburg
|
||||
*/
|
||||
|
||||
#include <ansi.h>
|
||||
#include <minix/ansi.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <minix/config.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#define _SYSTEM 1
|
||||
|
||||
#include <minix/config.h>
|
||||
#include <ansi.h>
|
||||
#include <minix/ansi.h>
|
||||
#include <assert.h>
|
||||
#include <sys/types.h>
|
||||
#include <minix/const.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 <ansi.h>
|
||||
#include <minix/ansi.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user