cvs commit: src/lib/libc/net getaddrinfo.c gethostbyht.c getnetbyht.c getprotoent.c getservent.c

Maxim Sobolev sobomax at FreeBSD.org
Mon Jan 3 03:07:45 PST 2005


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


More information about the cvs-all mailing list