Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/07/2000 10:51:04
Module Name: basesrc
Committed By: itojun
Date: Mon Feb 7 18:51:03 UTC 2000
Modified Files:
basesrc/lib/libc/net: inet_pton.c
Log Message:
fix behavior of inet_pton() to be RFC2553/XNS compliant.
inet_pton() takes decimal dot-quads only. inet_pton() does not
take hexadecimal, octal nor classful (short) representation.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/lib/libc/net/inet_pton.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.