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
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
-#include <ansi.h>
+#include <minix/ansi.h>
#ifndef __OBJECT_INCLUDED__
#define __OBJECT_INCLUDED__
-/* The <ansi.h> header attempts to decide whether the compiler has enough
+/* The <minix/ansi.h> 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.
* 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 */
#endif /* _ANSI */
-#endif /* ANSI_H */
+#endif /* _MINIX_ANSI_H */
#include <minix/config.h>
#include <minix/const.h>
#include <a.out.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#include <assert.h>
#include <ctype.h>
#include <fcntl.h>
#include <minix/config.h>
#include <minix/const.h>
#include <a.out.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#include <assert.h>
#include <ctype.h>
#include <fcntl.h>
#ifndef _ANSI
-#include <ansi.h>
+#include <minix/ansi.h>
#endif
/* eebit.c */
#ifndef _ANSI
-#include <ansi.h>
+#include <minix/ansi.h>
#endif
/* sbbcpy.c */
#include <minix/config.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#include <sys/types.h>
#include <minix/const.h>
# 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 \
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 \
#undef assert
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
#ifdef NDEBUG
#ifndef _CTYPE_H
#define _CTYPE_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
extern char __ctype[]; /* property array defined in chartab.c */
* _BSD_VA_LIST_ from <machine/ansi.h> and use it.
*/
#ifdef __minix
-#include <ansi.h>
+#include <minix/ansi.h>
#else
#include <machine/ansi.h>
#endif
#include <minix/types.h>
#include <limits.h>
#include <errno.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#include <minix/const.h>
#include <minix/com.h>
libgen.h
*/
-#include <ansi.h>
+#include <minix/ansi.h>
/* Open Group Base Specifications Issue 6 (not complete) */
_PROTOTYPE( char *basename, (char *_path) );
#ifndef _LOCALE_H
#define _LOCALE_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
struct lconv {
#ifndef _MATH_H
#define _MATH_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
#define INFINITY (__infinity())
#define C_STAT 0030 /* static */
/* Function prototypes. */
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
_PROTOTYPE( int nlist, (char *_file, struct nlist *_nl) );
-/* The <ansi.h> header attempts to decide whether the compiler has enough
+/* The <minix/ansi.h> 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.
* 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 */
#include <stdarg.h>
#define _BSD_VA_LIST_ va_list
-#endif /* ANSI_H */
+#endif /* _MINIX_ANSI_H */
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <minix/type.h>
#include <minix/ipc.h>
#include <minix/com.h>
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <minix/type.h>
#include <minix/com.h>
#include <minix/dmap.h>
#ifndef _MINLIB
#define _MINLIB
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
/* Miscellaneous BSD. */
#define _MTHREAD_H
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <minix/const.h>
#include <sys/types.h>
#include <stdio.h>
#ifndef _PROFILE_H
#define _PROFILE_H
-#include <ansi.h>
+#include <minix/ansi.h>
#include <minix/type.h>
/*
#ifndef _MINIX__QUERYPARAM_H
#define _MINIX__QUERYPARAM_H
-#include <ansi.h>
+#include <minix/ansi.h>
typedef size_t _mnx_size_t;
#ifndef _TYPES_H
#define _TYPES_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
typedef unsigned char u8_t; /* 8 bit type */
#define _NET__NETLIB_H_
#ifndef _ANSI
-#include <ansi.h>
+#include <minix/ansi.h>
#endif
_PROTOTYPE (int iruserok, (unsigned long raddr, int superuser,
#ifndef _REGEXP_H
#define _REGEXP_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
#define CHARBITS 0377
#ifndef _SETJMP_H
#define _SETJMP_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
typedef struct {
#ifndef _SIGNAL_H
#define _SIGNAL_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
#ifdef _POSIX_SOURCE
#ifndef _TYPES_H
#ifndef _STDIO_H
#define _STDIO_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
#include <sys/null.h> /* For NULL */
#ifndef _STDLIB_H
#define _STDLIB_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
#include <stddef.h>
#endif /*_SIZE_T */
/* Function Prototypes. */
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
_PROTOTYPE( void *memchr, (const void *_s, int _c, size_t _n) );
strings.h
*/
-#include <ansi.h>
+#include <minix/ansi.h>
/* Open Group Base Specifications Issue 6 (not complete) */
_PROTOTYPE( char *index, (const char *_s, int _charwanted) );
/* Function Prototypes. */
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
_PROTOTYPE( int mount, (char *_spec, char *_name, int _mountflags,
};
/* Function Prototypes. */
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
_PROTOTYPE( long ptrace, (int _req, pid_t _pid, long _addr, long _data) );
* by the signal catching mechanism.
*/
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
#ifndef _MINIX_SYS_CONFIG_H
#ifndef _SYS__TIME_H
#define _SYS__TIME_H
-#include <ansi.h>
+#include <minix/ansi.h>
/* Open Group Base Specifications Issue 6 (not complete) */
struct timeval
};
/* Function Prototypes. */
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
_PROTOTYPE( clock_t times, (struct tms *_buffer) );
#ifndef _UTSNAME_H
#define _UTSNAME_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
+#include <minix/types.h>
+
struct utsname {
char sysname[15+1];
char nodename[255+1];
#ifndef _TERMCAP_H
#define _TERMCAP_H
-#include <ansi.h>
+#include <minix/ansi.h>
_PROTOTYPE( int tgetent, (char *_bp, char *_name) );
_PROTOTYPE( int tgetflag, (char *_id) );
#define TCION 4 /* transmit a START character on the line */
/* Function Prototypes. */
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
_PROTOTYPE( int tcsendbreak, (int _fildes, int _duration) );
extern char *tzname[];
/* Function Prototypes. */
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
_PROTOTYPE( clock_t clock, (void) );
#ifndef _TTYENT_H
#define _TTYENT_H
-#ifndef _ANSI_H
-#include <ansi.h>
+#ifndef _MINIX_ANSI_H
+#include <minix/ansi.h>
#endif
struct ttyent {
#include <pwd.h>
#include <termios.h>
#include <utmp.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#ifdef _BSD_TIME_T_
typedef _BSD_TIME_T_ time_t;
#ifndef _WCHAR_H_
#define _WCHAR_H_
-#include <ansi.h>
+#include <minix/ansi.h>
#include <stdarg.h>
#include <stddef.h>
#ifndef _WCTYPE_H_
#define _WCTYPE_H_
-#include <ansi.h>
+#include <minix/ansi.h>
#include <stddef.h>
#include <wchar.h>
*/
#ifndef __ASSEMBLY__
-#include <ansi.h>
+#include <minix/ansi.h>
#include <minix/debug.h>
#include "config.h"
#endif
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* global configuration, MUST be first */
-#include <ansi.h> /* C style: ANSI or K&R, MUST be second */
+#include <minix/ansi.h> /* C style: ANSI or K&R, MUST be second */
#include <sys/types.h> /* general system types */
#include <minix/const.h> /* MINIX specific constants */
#include <minix/type.h> /* MINIX specific types, e.g. message */
#include <stddef.h>
#ifdef _MINIX
-#include <ansi.h>
+#include <minix/ansi.h>
#include <net/gen/netdb.h>
#endif
*/
#include <sys/types.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#include <strings.h>
#include <ctype.h>
/* 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>
* 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,
/* $Header$ */
#include <stdio.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#define io_testflag(p,x) ((p)->_flags & (x))
Copyright 1995 Philip Homburg
*/
-#include <ansi.h>
+#include <minix/ansi.h>
#include <assert.h>
#include <minix/config.h>
#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>
#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>
#define _MINIX 1 /* tell headers to include MINIX stuff */
#define _SYSTEM 1 /* get OK and negative error codes */
-#include <ansi.h>
+#include <minix/ansi.h>
#include <sys/types.h>
#include <sys/param.h>
#include <limits.h>
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <sys/types.h>
#include <minix/const.h>
#include <minix/type.h>
#ifndef _MINIX__QUERYPARAM_H
#define _MINIX__QUERYPARAM_H
-#include <ansi.h>
+#include <minix/ansi.h>
typedef size_t _mnx_size_t;
#define _SYSTEM 1 /* get OK and negative error codes */
#define _MINIX 1 /* tell headers to include MINIX stuff */
-#include <ansi.h>
+#include <minix/ansi.h>
#include <sys/types.h>
#include <limits.h>
#include <errno.h>
#define VERBOSE 0 /* display diagnostics */
-#include <ansi.h>
+#include <minix/ansi.h>
#include <sys/types.h>
#include <limits.h>
#include <errno.h>
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <sys/types.h>
#include <minix/const.h>
#include <minix/type.h>
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <sys/types.h>
#include <minix/const.h>
#include <minix/type.h>
#include <net/ioctl.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/select.h>
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <sys/types.h>
#include <minix/const.h>
#include <minix/type.h>
#define _SYSTEM 1
#include <minix/config.h>
-#include <ansi.h>
+#include <minix/ansi.h>
#include <limits.h>
#include <errno.h>
#include <signal.h>
#define _SYSTEM 1 /* get OK and negative error codes */
#define _MINIX 1 /* tell headers to include MINIX stuff */
-#include <ansi.h>
+#include <minix/ansi.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <sys/types.h>
#include <minix/const.h>
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* MUST be first */
-#include <ansi.h> /* MUST be second */
+#include <minix/ansi.h> /* MUST be second */
#include <sys/types.h>
#include <minix/const.h>
#include <minix/type.h>