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

Chris Pressey cpressey at crater.dragonflybsd.org
Sat Jun 19 10:28:37 PDT 2004


cpressey    2004/06/19 10:28:28 PDT

DragonFly src repository

  Modified files:
    usr.bin/login        login_access.c 
  Log:
  Fix a bogus type declaration to remove a compiler warning - `group'
  in this case refers to a netgroup name, and should therefore be a
  char * instead of a gid_t.
  
  Requested-by: joerg
  
  Revision  Changes    Path
  1.3       +1 -1      src/usr.bin/login/login_access.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/login/login_access.c.diff?r1=1.2&r2=1.3&f=u





More information about the Commits mailing list