<string.h> is ISO C, no need to #if it.
This commit is contained in:
parent
696b5b4b64
commit
b5401d9dd4
17 changed files with 0 additions and 37 deletions
|
@ -32,9 +32,7 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -50,9 +48,6 @@
|
|||
#include "common.h"
|
||||
#include "gen.h"
|
||||
|
||||
#ifdef Rel4
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
static void fillcache(struct empfile *ep, int start);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue