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 | 41d3c11234cb343a856b647c7f42ddd0cec73f0f (patch) | |
tree | 0a95d006f428861e0cc247d84fe0d03675a8873e /lib-src | |
parent | fc07e480b20dbbb656b6bcbde0842e5a5a72572d (diff) | |
download | emacs-41d3c11234cb343a856b647c7f42ddd0cec73f0f.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 |