comparison src/fileio.c @ 3410:47b51faf6c4e

[HPUX9]: Don't include errnet.h.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 20:49:28 +0000
parents 371058345c42
children c37d05ce7e52
comparison
equal deleted inserted replaced
3409:09bba81c038f 3410:47b51faf6c4e
74 #include "systime.h" 74 #include "systime.h"
75 75
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>
81 #endif
80 #endif 82 #endif
81 #endif 83 #endif
82 84
83 #ifndef O_WRONLY 85 #ifndef O_WRONLY
84 #define O_WRONLY 1 86 #define O_WRONLY 1