diff options
| author | Richard M. Stallman | 1993-06-01 20:49:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-01 20:49:28 +0000 |
| commit | 47e7b9e5a9e9602689fffdb95a714da232d952bf (patch) | |
| tree | 17ed8e88f1789250410f59aa1103c055b7873bd7 /src | |
| parent | faf603f3a31f016be3ff8876dee60e63ca4c9a15 (diff) | |
| download | emacs-47e7b9e5a9e9602689fffdb95a714da232d952bf.tar.gz emacs-47e7b9e5a9e9602689fffdb95a714da232d952bf.zip | |
[HPUX9]: Don't include errnet.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 7d02a3b525d..2c88a64976d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -76,9 +76,11 @@ extern int sys_nerr; | |||
| 76 | #ifdef HPUX | 76 | #ifdef HPUX |
| 77 | #include <netio.h> | 77 | #include <netio.h> |
| 78 | #ifndef HPUX8 | 78 | #ifndef HPUX8 |
| 79 | #ifndef HPUX9 | ||
| 79 | #include <errnet.h> | 80 | #include <errnet.h> |
| 80 | #endif | 81 | #endif |
| 81 | #endif | 82 | #endif |
| 83 | #endif | ||
| 82 | 84 | ||
| 83 | #ifndef O_WRONLY | 85 | #ifndef O_WRONLY |
| 84 | #define O_WRONLY 1 | 86 | #define O_WRONLY 1 |