aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-08 23:03:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-08 23:03:50 +0200
commit0cc0973babcc4c35557aade37be5926a3f6023c9 (patch)
treef4ae9f5f06a2b4483d6a7bb4ae3eb3e2c92ce98b /main.c
parenta56b8c1a4b2495833fedd37b83305f5388cd2c2e (diff)
downloadegawk-0cc0973babcc4c35557aade37be5926a3f6023c9.tar.gz
egawk-0cc0973babcc4c35557aade37be5926a3f6023c9.tar.bz2
egawk-0cc0973babcc4c35557aade37be5926a3f6023c9.zip
PC fiexes from Eli.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index a3688c91..ce376d77 100644
--- a/main.c
+++ b/main.c
@@ -29,10 +29,6 @@
#include "awk.h"
#include "getopt.h"
-#ifndef O_BINARY
-#include <fcntl.h>
-#endif
-
#ifdef HAVE_MCHECK_H
#include <mcheck.h>
#endif