Mercurial > emacs
changeset 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 | 6a9b49bc5161 |
children | 22c9b578e220 |
files | lib-src/movemail.c |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
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