Mercurial > emacs
diff lib-src/movemail.c @ 16994:53c337a6e39d
Delete duplicate inclusion of fcntl.h
and duplicate #undefs of open, read, write, close.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Fri, 14 Feb 1997 00:07:22 +0000 |
| parents | d878e23bbfa6 |
| children | 0b2b8a0f7570 |
line wrap: on
line diff
--- 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 <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
