Delete duplicate inclusion of fcntl.h
authorKarl Heuer <kwzh@gnu.org>
Fri, 14 Feb 1997 00:07:22 +0000 (00:07 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 14 Feb 1997 00:07:22 +0000 (00:07 +0000)
and duplicate #undefs of open, read, write, close.

lib-src/movemail.c

index 6031d26..6f22c19 100644 (file)
@@ -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