diff options
| author | Karl Heuer | 1997-02-14 00:07:22 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-02-14 00:07:22 +0000 |
| commit | b89d50357382cf69e5455d4de406e5d23b6e7f3a (patch) | |
| tree | 01bb38de1fc33d493df99eefe4888a9c77092e58 /lib-src | |
| parent | 2bb00bdd36e352a189cd421afe8e7c351b3e9aab (diff) | |
| download | emacs-b89d50357382cf69e5455d4de406e5d23b6e7f3a.tar.gz emacs-b89d50357382cf69e5455d4de406e5d23b6e7f3a.zip | |
Delete duplicate inclusion of fcntl.h
and duplicate #undefs of open, read, write, close.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/movemail.c | 9 |
1 files changed, 0 insertions, 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) | |||
| 657 | #endif | 657 | #endif |
| 658 | #include <pwd.h> | 658 | #include <pwd.h> |
| 659 | 659 | ||
| 660 | #ifdef USG | ||
| 661 | #include <fcntl.h> | ||
| 662 | /* Cancel substitutions made by config.h for Emacs. */ | ||
| 663 | #undef open | ||
| 664 | #undef read | ||
| 665 | #undef write | ||
| 666 | #undef close | ||
| 667 | #endif /* USG */ | ||
| 668 | |||
| 669 | #define NOTOK (-1) | 660 | #define NOTOK (-1) |
| 670 | #define OK 0 | 661 | #define OK 0 |
| 671 | #define DONE 1 | 662 | #define DONE 1 |