cvs commit: src/usr.bin/rwho Makefile rwho.c

Liam J. Foy liamfoy at crater.dragonflybsd.org
Sun Jan 9 08:21:39 PST 2005


liamfoy     2005/01/09 08:20:54 PST

DragonFly src repository

  Modified files:
    usr.bin/rwho         Makefile rwho.c 
  Log:
  - Add WARNS 6 and make WARNS 6 clean
  - Remove registers
  - Move global variables into main()
  - Static utmpcmp()
  - Remove cast in switch()
  - Remove duplicate utmpcmp prototype
  - Minor cleanup (ANSI, remove (void))
  - Add $DragonFly$ tag
  
  Submitted by: Richard Bradshaw <theglassishalfempty at xxxxxxxxx>
  
  Revision  Changes    Path
  1.2       +2 -0      src/usr.bin/rwho/Makefile
  1.4       +30 -33    src/usr.bin/rwho/rwho.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/rwho/Makefile.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/rwho/rwho.c.diff?r1=1.3&r2=1.4&f=u





More information about the Commits mailing list