cvs commit: src/usr.sbin/jail Makefile jail.c

Xin LI delphij at FreeBSD.org
Wed Nov 17 02:01:48 PST 2004


delphij     2004-11-17 10:01:48 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/jail        Makefile jail.c 
  Log:
  Initialize lcap and pwd to NULL.  This allows a WARNS=6 clean build,
  hence bump it to 6.
  
  Note that the last commit message was not quite accurate.  While the
  assumption exists in the code, it's not possible to have an
  uninitialized p there because if lflag is set when username is NULL
  then execution would be terminated earlier.
  
  Revision  Changes    Path
  1.10      +1 -1      src/usr.sbin/jail/Makefile
  1.20      +2 -2      src/usr.sbin/jail/jail.c


More information about the cvs-all mailing list