Date: Mon, 3 Jan 2005 11:07:45 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c gethostbyht.c getnetbyht.c getprotoent.c getservent.c Message-ID: <200501031107.j03B7j4o015813@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2005-01-03 11:07:45 UTC
FreeBSD src repository
Modified files:
lib/libc/net getaddrinfo.c gethostbyht.c getnetbyht.c
getprotoent.c getservent.c
Log:
Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)
which doesn't end in \n, since it may be very confusing. Also this should
increase consistency, since most other config files work just fine regardless
of the presence of traling \n in the last line.
MFC After: 2 weeks
Revision Changes Path
1.53 +3 -3 src/lib/libc/net/getaddrinfo.c
1.17 +3 -3 src/lib/libc/net/gethostbyht.c
1.11 +2 -3 src/lib/libc/net/getnetbyht.c
1.3 +2 -3 src/lib/libc/net/getprotoent.c
1.13 +2 -3 src/lib/libc/net/getservent.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501031107.j03B7j4o015813>
