# HG changeset patch # User Karl Heuer # Date 855878842 0 # Node ID 53c337a6e39d350b889f26473d0d1b458a849744 # Parent 6a9b49bc5161d956c2e28cb64a3c7f4abc3e42bd Delete duplicate inclusion of fcntl.h and duplicate #undefs of open, read, write, close. diff -r 6a9b49bc5161 -r 53c337a6e39d lib-src/movemail.c --- a/lib-src/movemail.c Mon Feb 10 20:43:37 1997 +0000 +++ b/lib-src/movemail.c Fri Feb 14 00:07:22 1997 +0000 @@ -657,15 +657,6 @@ #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