Remove extern declaration of h_errno since AIX defines it as (*(int *)h_errno_which()).
This commit is contained in:
parent
dacfeca1ad
commit
b8c0e87293
|
@ -20,7 +20,6 @@
|
||||||
/* Make sure our exports match up w/the implementation: */
|
/* Make sure our exports match up w/the implementation: */
|
||||||
#include "network1.h"
|
#include "network1.h"
|
||||||
#include "scheme48.h"
|
#include "scheme48.h"
|
||||||
extern int h_errno;
|
|
||||||
|
|
||||||
/* to extract a 4 byte long value from a scheme string */
|
/* to extract a 4 byte long value from a scheme string */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue