[uClibc-cvs] cvs commit to uClibc/libc/inet by andersen

cvs at uclinux.org cvs at uclinux.org
Thu Dec 20 10:54:26 UTC 2001


Repository: uClibc/libc/inet
who:        andersen
time:       Thu Dec 20 05:54:26 EST 2001


Log Message:

Steven Carr noticed that uClibc's inet_aton() is stricter then in
glibc, since no trailing blanks was permitted, such that
    inet_aton("192.168.1.1 ",&value);
would work with glibc, and fail with uClibc.  This brings uClibc's
inet_aton() behavior into sync with glibc's behavior.
 -Erik


Files:

changed:    addr.c





More information about the uClibc-cvs mailing list