Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2004 14:34:52 -0700 (PDT)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/rusers Makefile rusers.c
Message-ID:  <200405192134.i4JLYqW7076993@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405192134.i4JLYqW7076993>