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

David Malone dwmalone at FreeBSD.org
Wed May 19 14:35:58 PDT 2004


dwmalone    2004/05/19 14:34:52 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/rusers       Makefile rusers.c 
  Log:
  Fix a couple of warnings:
  1) Missing include for declaration of time conversion functions.
  2) Avoid a couple of alignment warnings on 64 bit arches by memcpying the
     things pointed to by caddrs into variables of the right type.
  
  Bump WARNS to 6 while I'm here.
  
  Revision  Changes    Path
  1.6       +2 -1      src/usr.bin/rusers/Makefile
  1.16      +5 -2      src/usr.bin/rusers/rusers.c


More information about the cvs-src mailing list