mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
[HPUX9]: Don't include errnet.h.
This commit is contained in:
parent
faf603f3a3
commit
47e7b9e5a9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue