Description: feature_tests.h should not be included before features.h quilt new features.patch grep -rnH '#include.*,#include ,' Index: libc/usr/src/head/aio.h =================================================================== --- libc.orig/usr/src/head/aio.h +++ libc/usr/src/head/aio.h @@ -29,7 +29,7 @@ #ifndef _AIO_H #define _AIO_H -#include +#include #include #include #include Index: libc/usr/src/head/arpa/inet.h =================================================================== --- libc.orig/usr/src/head/arpa/inet.h +++ libc/usr/src/head/arpa/inet.h @@ -37,7 +37,7 @@ #ifndef _ARPA_INET_H #define _ARPA_INET_H -#include +#include #if !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__) #include Index: libc/usr/src/head/dirent.h =================================================================== --- libc.orig/usr/src/head/dirent.h +++ libc/usr/src/head/dirent.h @@ -32,7 +32,7 @@ #ifndef _DIRENT_H #define _DIRENT_H -#include +#include #include #include Index: libc/usr/src/head/dlfcn.h =================================================================== --- libc.orig/usr/src/head/dlfcn.h +++ libc/usr/src/head/dlfcn.h @@ -30,7 +30,7 @@ #ifndef _DLFCN_H #define _DLFCN_H -#include +#include #include #if !defined(_XOPEN_SOURCE) || defined(__EXTENSIONS__) #include Index: libc/usr/src/head/fcntl.h =================================================================== --- libc.orig/usr/src/head/fcntl.h +++ libc/usr/src/head/fcntl.h @@ -32,7 +32,7 @@ #ifndef _FCNTL_H #define _FCNTL_H -#include +#include #if defined(__EXTENSIONS__) || defined(_XPG4) #include #endif Index: libc/usr/src/head/float.h =================================================================== --- libc.orig/usr/src/head/float.h +++ libc/usr/src/head/float.h @@ -33,7 +33,7 @@ #ifndef _FLOAT_H #define _FLOAT_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/fmtmsg.h =================================================================== --- libc.orig/usr/src/head/fmtmsg.h +++ libc/usr/src/head/fmtmsg.h @@ -33,7 +33,7 @@ #ifndef _FMTMSG_H #define _FMTMSG_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/ftw.h =================================================================== --- libc.orig/usr/src/head/ftw.h +++ libc/usr/src/head/ftw.h @@ -32,7 +32,7 @@ #ifndef _FTW_H #define _FTW_H -#include +#include #include #include Index: libc/usr/src/head/gelf.h =================================================================== --- libc.orig/usr/src/head/gelf.h +++ libc/usr/src/head/gelf.h @@ -29,7 +29,7 @@ #pragma ident "%Z%%M% %I% %E% SMI" -#include +#include #include #include Index: libc/usr/src/head/glob.h =================================================================== --- libc.orig/usr/src/head/glob.h +++ libc/usr/src/head/glob.h @@ -68,7 +68,7 @@ #ifndef _GLOB_H #define _GLOB_H -#include +#include #include #include #include Index: libc/usr/src/head/grp.h =================================================================== --- libc.orig/usr/src/head/grp.h +++ libc/usr/src/head/grp.h @@ -33,7 +33,7 @@ #ifndef _GRP_H #define _GRP_H -#include +#include #include Index: libc/usr/src/head/iconv.h =================================================================== --- libc.orig/usr/src/head/iconv.h +++ libc/usr/src/head/iconv.h @@ -29,7 +29,7 @@ #ifndef _ICONV_H #define _ICONV_H -#include +#include #include #ifdef __cplusplus Index: libc/usr/src/head/inttypes.h =================================================================== --- libc.orig/usr/src/head/inttypes.h +++ libc/usr/src/head/inttypes.h @@ -38,7 +38,7 @@ * SUSv3 Single Unix Specification, Version 3 */ -#include +#include #include #if (!defined(_XOPEN_SOURCE) || defined(_XPG6)) || defined(_STDC_C99) || \ Index: libc/usr/src/head/iso/ctype_iso.h =================================================================== --- libc.orig/usr/src/head/iso/ctype_iso.h +++ libc/usr/src/head/iso/ctype_iso.h @@ -44,7 +44,7 @@ #ifndef _ISO_CTYPE_ISO_H #define _ISO_CTYPE_ISO_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/iso/locale_iso.h =================================================================== --- libc.orig/usr/src/head/iso/locale_iso.h +++ libc/usr/src/head/iso/locale_iso.h @@ -45,7 +45,7 @@ #ifndef _ISO_LOCALE_ISO_H #define _ISO_LOCALE_ISO_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/iso/setjmp_iso.h =================================================================== --- libc.orig/usr/src/head/iso/setjmp_iso.h +++ libc/usr/src/head/iso/setjmp_iso.h @@ -44,7 +44,7 @@ #ifndef _ISO_SETJMP_ISO_H #define _ISO_SETJMP_ISO_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/iso/stdarg_c99.h =================================================================== --- libc.orig/usr/src/head/iso/stdarg_c99.h +++ libc/usr/src/head/iso/stdarg_c99.h @@ -49,7 +49,7 @@ * names into the users' namespace. */ -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/iso/stdio_iso.h =================================================================== --- libc.orig/usr/src/head/iso/stdio_iso.h +++ libc/usr/src/head/iso/stdio_iso.h @@ -48,7 +48,7 @@ #ifndef _ISO_STDIO_ISO_H #define _ISO_STDIO_ISO_H -#include +#include #include #include #include Index: libc/usr/src/head/iso/stdlib_iso.h =================================================================== --- libc.orig/usr/src/head/iso/stdlib_iso.h +++ libc/usr/src/head/iso/stdlib_iso.h @@ -45,7 +45,7 @@ #ifndef _ISO_STDLIB_ISO_H #define _ISO_STDLIB_ISO_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/iso/string_iso.h =================================================================== --- libc.orig/usr/src/head/iso/string_iso.h +++ libc/usr/src/head/iso/string_iso.h @@ -45,7 +45,7 @@ #ifndef _ISO_STRING_ISO_H #define _ISO_STRING_ISO_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/iso/wctype_iso.h =================================================================== --- libc.orig/usr/src/head/iso/wctype_iso.h +++ libc/usr/src/head/iso/wctype_iso.h @@ -45,7 +45,7 @@ #ifndef _ISO_WCTYPE_ISO_H #define _ISO_WCTYPE_ISO_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/langinfo.h =================================================================== --- libc.orig/usr/src/head/langinfo.h +++ libc/usr/src/head/langinfo.h @@ -33,7 +33,7 @@ #ifndef _LANGINFO_H #define _LANGINFO_H -#include +#include #include #ifdef __cplusplus Index: libc/usr/src/head/limits.h =================================================================== --- libc.orig/usr/src/head/limits.h +++ libc/usr/src/head/limits.h @@ -33,7 +33,7 @@ #ifndef _LIMITS_H #define _LIMITS_H -#include +#include #include #include Index: libc/usr/src/head/monetary.h =================================================================== --- libc.orig/usr/src/head/monetary.h +++ libc/usr/src/head/monetary.h @@ -29,7 +29,7 @@ #ifndef _MONETARY_H #define _MONETARY_H -#include +#include #include #ifdef __cplusplus Index: libc/usr/src/head/mqueue.h =================================================================== --- libc.orig/usr/src/head/mqueue.h +++ libc/usr/src/head/mqueue.h @@ -29,7 +29,7 @@ #ifndef _MQUEUE_H #define _MQUEUE_H -#include +#include #include #include #include Index: libc/usr/src/head/ndbm.h =================================================================== --- libc.orig/usr/src/head/ndbm.h +++ libc/usr/src/head/ndbm.h @@ -41,7 +41,7 @@ #ifndef _NDBM_H #define _NDBM_H -#include +#include #include #ifdef __cplusplus Index: libc/usr/src/head/netdb.h =================================================================== --- libc.orig/usr/src/head/netdb.h +++ libc/usr/src/head/netdb.h @@ -78,7 +78,7 @@ #if !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__) #include #endif /* !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__) */ -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/poll.h =================================================================== --- libc.orig/usr/src/head/poll.h +++ libc/usr/src/head/poll.h @@ -34,7 +34,7 @@ * Poll system call interface definitions. */ -#include +#include #include #if defined(__EXTENSIONS__) || !defined(__XOPEN_OR_POSIX) #include Index: libc/usr/src/head/pthread.h =================================================================== --- libc.orig/usr/src/head/pthread.h +++ libc/usr/src/head/pthread.h @@ -29,7 +29,7 @@ #ifndef _PTHREAD_H #define _PTHREAD_H -#include +#include #ifndef _ASM #include Index: libc/usr/src/head/pwd.h =================================================================== --- libc.orig/usr/src/head/pwd.h +++ libc/usr/src/head/pwd.h @@ -33,7 +33,7 @@ #ifndef _PWD_H #define _PWD_H -#include +#include #include Index: libc/usr/src/head/re_comp.h =================================================================== --- libc.orig/usr/src/head/re_comp.h +++ libc/usr/src/head/re_comp.h @@ -29,7 +29,7 @@ #ifndef _RE_COMP_H #define _RE_COMP_H -#include +#include #ifdef __cplusplus extern "C" { Index: libc/usr/src/head/regex.h =================================================================== --- libc.orig/usr/src/head/regex.h +++ libc/usr/src/head/regex.h @@ -38,7 +38,7 @@ #ifndef _REGEX_H #define _REGEX_H -#include +#include #include #ifdef __cplusplus Index: libc/usr/src/head/semaphore.h =================================================================== --- libc.orig/usr/src/head/semaphore.h +++ libc/usr/src/head/semaphore.h @@ -29,7 +29,7 @@ #ifndef _SEMAPHORE_H #define _SEMAPHORE_H -#include +#include #include #include Index: libc/usr/src/head/spawn.h =================================================================== --- libc.orig/usr/src/head/spawn.h +++ libc/usr/src/head/spawn.h @@ -33,7 +33,7 @@ #ifndef _SPAWN_H #define _SPAWN_H -#include +#include #include #include #include Index: libc/usr/src/head/strings.h =================================================================== --- libc.orig/usr/src/head/strings.h +++ libc/usr/src/head/strings.h @@ -30,7 +30,7 @@ #define _STRINGS_H #include -#include +#include #if !defined(_XOPEN_SOURCE) || defined(__EXTENSIONS__) #include Index: libc/usr/src/head/stropts.h =================================================================== --- libc.orig/usr/src/head/stropts.h +++ libc/usr/src/head/stropts.h @@ -36,7 +36,7 @@ * Streams user options definitions. */ -#include +#include #include #ifdef __cplusplus Index: libc/usr/src/head/tar.h =================================================================== --- libc.orig/usr/src/head/tar.h +++ libc/usr/src/head/tar.h @@ -34,7 +34,7 @@ extern "C" { #endif -#include +#include #define TMAGIC "ustar" #define TMAGLEN 6 Index: libc/usr/src/head/utmpx.h =================================================================== --- libc.orig/usr/src/head/utmpx.h +++ libc/usr/src/head/utmpx.h @@ -37,7 +37,7 @@ #ifndef _UTMPX_H #define _UTMPX_H -#include +#include #include #include #include Index: libc/usr/src/head/varargs.h =================================================================== --- libc.orig/usr/src/head/varargs.h +++ libc/usr/src/head/varargs.h @@ -44,7 +44,7 @@ * names into the users' namespace. */ -#include +#include #include #ifdef __cplusplus Index: libc/usr/src/head/wchar.h =================================================================== --- libc.orig/usr/src/head/wchar.h +++ libc/usr/src/head/wchar.h @@ -27,7 +27,7 @@ #ifndef _WCHAR_H #define _WCHAR_H -#include +#include #include #include Index: libc/usr/src/head/widec.h =================================================================== --- libc.orig/usr/src/head/widec.h +++ libc/usr/src/head/widec.h @@ -35,7 +35,7 @@ #ifndef _WIDEC_H #define _WIDEC_H -#include +#include #include /* For definition of FILE */ #include Index: libc/usr/src/head/wordexp.h =================================================================== --- libc.orig/usr/src/head/wordexp.h +++ libc/usr/src/head/wordexp.h @@ -33,7 +33,7 @@ #ifndef _WORDEXP_H #define _WORDEXP_H -#include +#include #include #ifdef __cplusplus Index: libc/usr/src/head/iso/wchar_iso.h =================================================================== --- libc.orig/usr/src/head/iso/wchar_iso.h +++ libc/usr/src/head/iso/wchar_iso.h @@ -41,7 +41,7 @@ #ifndef _ISO_WCHAR_ISO_H #define _ISO_WCHAR_ISO_H -#include +#include #include #include #include