diff options
Diffstat (limited to 'vms/sockadapt.h')
-rw-r--r-- | vms/sockadapt.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vms/sockadapt.h b/vms/sockadapt.h index e104ca7f3c..d7f7cdc376 100644 --- a/vms/sockadapt.h +++ b/vms/sockadapt.h @@ -140,9 +140,6 @@ void endnetent(); #include <in.h> #include <inet.h> #include <netdb.h> -/* However, we don't have these two in the system headers. */ -void setnetent(int); -void endnetent(); /* SocketShr doesn't support these routines, but the DECC RTL contains * stubs with these names, designed to be used with the UCX socket @@ -155,6 +152,10 @@ void endnetent(); #define endnetent no_endnetent #endif +/* We don't have these two in the system headers. */ +void setnetent(int); +void endnetent(); + #include <socketshr.h> /* socketshr.h from SocketShr 0.9D doesn't alias fileno; its comments say * that the CRTL version works OK. This isn't the case, at least with |