[HPUX9]: Don't include errnet.h.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 20:49:28 +0000 (20:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 20:49:28 +0000 (20:49 +0000)
src/fileio.c

index 7d02a3b..2c88a64 100644 (file)
@@ -76,9 +76,11 @@ extern int sys_nerr;
 #ifdef HPUX
 #include <netio.h>
 #ifndef HPUX8
+#ifndef HPUX9
 #include <errnet.h>
 #endif
 #endif
+#endif
 
 #ifndef O_WRONLY
 #define O_WRONLY 1