diff options
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netdb.h b/include/netdb.h index a8cdbf2f7ef..2f8ce7806b0 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netdb.h,v 1.16 2002/02/17 19:42:21 millert Exp $ */ +/* $OpenBSD: netdb.h,v 1.17 2002/06/03 12:14:30 deraadt Exp $ */ /* * ++Copyright++ 1980, 1983, 1988, 1993 @@ -116,7 +116,7 @@ struct hostent { 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 */ +#define h_addr h_addr_list[0] /* address, for backward compatibility */ }; /* |