<ansi.h> -> <minix/ansi.h>

This commit is contained in:
Ben Gras
2011-01-28 11:35:02 +00:00
parent e912f6ac38
commit dc1cc91df1
69 changed files with 99 additions and 97 deletions

View File

@@ -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

View File

@@ -32,7 +32,7 @@
*/
#include <sys/types.h>
#include <ansi.h>
#include <minix/ansi.h>
#include <strings.h>
#include <ctype.h>

View File

@@ -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>

View File

@@ -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,

View File

@@ -4,7 +4,7 @@
/* $Header$ */
#include <stdio.h>
#include <ansi.h>
#include <minix/ansi.h>
#define io_testflag(p,x) ((p)->_flags & (x))

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>