diff options
Diffstat (limited to 'lib/libc/net/netdb_private.h')
-rw-r--r-- | lib/libc/net/netdb_private.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/net/netdb_private.h b/lib/libc/net/netdb_private.h index 3ee70fb..a7cd4c9 100644 --- a/lib/libc/net/netdb_private.h +++ b/lib/libc/net/netdb_private.h @@ -38,13 +38,13 @@ struct servent_data { int stayopen; char line[BUFSIZ + 1]; #ifdef YP - int stepping_yp; - char *getservbyname_yp; - char *getservbyproto_yp; - int getservbyport_yp; + int yp_stepping; + char *yp_name; + char *yp_proto; + int yp_port; char *yp_domain; - char *key; - int keylen; + char *yp_key; + int yp_keylen; #endif }; |