inet(3): align signatures of inet_addr(), inet_network(),

inet_makeaddr(), inet_lnaof(), and inet_netof() with XNS and
                POSIX.  [bjh21 20030505]
This commit is contained in:
bjh21 2003-05-05 14:16:09 +00:00
parent 83939562ef
commit 8724ced8ae
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.150 $>
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.151 $>
[Note: This file does not mention every change made to the NetBSD source tree.
@ -383,3 +383,6 @@ Changes from NetBSD 1.6 to NetBSD 2.0:
disk sector(s) specified as argument. [bouyer 20030426]
wd(4): add support for the DIOCGCACHE and DIOCSCACHE ioctls.
[bouyer 20030426]
inet(3): align signatures of inet_addr(), inet_network(),
inet_makeaddr(), inet_lnaof(), and inet_netof() with XNS and
POSIX. [bjh21 20030505]