Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/usr.bin/login login.c



jdp         1998/07/21 21:33:15 PDT

  Modified files:
    usr.bin/login        login.c 
  Log:
  Fix a couple of little bugs that prevented login.c from compiling
  if LOGIN_CAP_AUTH was defined.  This is kind of silly, because
  LOGIN_CAP_AUTH doesn't work anyway, is not defined currently,
  probably will never be defined, and IMHO should not be defined.
  But I'm sure you'll sleep better tonight, knowing that these bugs
  are gone.
  
  Revision  Changes    Path
  1.36      +3 -3      src/usr.bin/login/login.c