$NetBSD: patch-source_files_c,v 1.1 2012/05/31 23:15:07 dholland Exp $ Use standard headers. --- source/files.c~ 1994-07-22 01:47:22.000000000 +0000 +++ source/files.c @@ -7,6 +7,10 @@ included in all such copies. */ #include +#include +#include +#include +#include #ifndef STDIO_LOADED #define STDIO_LOADED @@ -17,38 +21,12 @@ #include #endif -#ifdef __TURBOC__ -#include -#include -#endif /* __TURBOC__ */ - #include "config.h" #include "constant.h" #include "types.h" #if defined(GEMDOS) && (__STDC__ == 0) && !defined(ATARIST_TC) #include -char *strcat(); -#endif - -#ifdef VMS -#include -#include -#else -#ifdef USG -#ifndef ATARIST_MWC -#include -#ifndef ATARIST_TC -#include -#endif -#endif -#else -#include -#include -#endif -#if defined(ultrix) || defined(USG) -void exit(); -#endif #endif /* This must be included after fcntl.h, which has a prototype for `open'