diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-02-14 00:07:22 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-02-14 00:07:22 +0000 |
commit | b89d50357382cf69e5455d4de406e5d23b6e7f3a (patch) | |
tree | 01bb38de1fc33d493df99eefe4888a9c77092e58 /lib-src | |
parent | 2bb00bdd36e352a189cd421afe8e7c351b3e9aab (diff) | |
download | emacs-b89d50357382cf69e5455d4de406e5d23b6e7f3a.tar.gz |
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.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 6031d26ea4f..6f22c19e389 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 |