aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1997-02-14 00:07:22 +0000
committerKarl Heuer <[email protected]>1997-02-14 00:07:22 +0000
commitb89d50357382cf69e5455d4de406e5d23b6e7f3a (patch)
tree01bb38de1fc33d493df99eefe4888a9c77092e58 /lib-src
parent2bb00bdd36e352a189cd421afe8e7c351b3e9aab (diff)
Delete duplicate inclusion of fcntl.h
and duplicate #undefs of open, read, write, close.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 6031d26ea4..6f22c19e38 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -657,15 +657,6 @@ xmalloc (size)
#endif
#include <pwd.h>
-#ifdef USG
-#include <fcntl.h>
-/* Cancel substitutions made by config.h for Emacs. */
-#undef open
-#undef read
-#undef write
-#undef close
-#endif /* USG */
-
#define NOTOK (-1)
#define OK 0
#define DONE 1