Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2009 19:04:21 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen getlogin.c pwcache.c src/lib/libc/posix1e acl_to_text.c
Message-ID:  <200912051904.nB5J4eGd065447@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-12-05 19:04:21 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         getlogin.c pwcache.c 
    lib/libc/posix1e     acl_to_text.c 
  Log:
  SVN rev 200142 on 2009-12-05 19:04:21Z by ed
  
  Don't let the C library depend on <utmp.h>.
  
  The maximum length of a username has nothing to do with the size of the
  username in the utmp files. Use MAXLOGNAME, which is defined as 17
  (UT_USERSIZE + 1).
  
  Revision  Changes    Path
  1.11      +0 -1      src/lib/libc/gen/getlogin.c
  1.12      +9 -9      src/lib/libc/gen/pwcache.c
  1.14      +3 -4      src/lib/libc/posix1e/acl_to_text.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912051904.nB5J4eGd065447>