From b89d50357382cf69e5455d4de406e5d23b6e7f3a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 14 Feb 1997 00:07:22 +0000 Subject: [PATCH] Delete duplicate inclusion of fcntl.h and duplicate #undefs of open, read, write, close. --- lib-src/movemail.c | 9 --------- 1 file changed, 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 -#ifdef USG -#include -/* 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 -- 2.39.5