branch for updated copyright for network release
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 15 Feb 1989 09:45:51 +0000 (01:45 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 15 Feb 1989 09:45:51 +0000 (01:45 -0800)
SCCS-vsn: include/netdb.h 5.10.1.1

usr/src/include/netdb.h

index 77c27fb..7d5aee9 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)netdb.h     5.10 (Berkeley) %G%
+ *     @(#)netdb.h     5.10.1.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -29,8 +29,7 @@ struct        hostent {
        char    **h_aliases;    /* alias list */
        int     h_addrtype;     /* host address type */
        int     h_length;       /* length of address */
        char    **h_aliases;    /* alias list */
        int     h_addrtype;     /* host address type */
        int     h_length;       /* length of address */
-       char    **h_addr_list;  /* list of addresses from name server */
-#define        h_addr  h_addr_list[0]  /* address, for backward compatiblity */
+       char    *h_addr;        /* address */
 };
 
 /*
 };
 
 /*