Subject: CVS commit: src/include/arpa
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/29/2003 11:58:16
Module Name:	src
Committed By:	bjh21
Date:		Tue Apr 29 11:58:16 UTC 2003

Modified Files:
	src/include/arpa: inet.h

Log Message:
Header file cleanup:
* Don't include <sys/param.h>
* Assume that NetBSD is a BSD system and hence has <sys/types.h>
* inet_pton() and inet_ntop() were in XNS 5.2 (not 5.0) and POSIX 2001.
  Update #ifdefs accordingly.

XXX Types of inet_addr() and inet_makeaddr() are still wrong.
XXX Might want __restrict on inet_ntop() and inet_pton().


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/include/arpa/inet.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.