Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2009 20:05:25 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/wall Makefile wall.c
Message-ID:  <200912052005.nB5K5n96071311@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-12-05 20:05:25 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/wall         Makefile wall.c 
  Log:
  SVN rev 200156 on 2009-12-05 20:05:25Z by ed
  
  Let wall(1) use utmpx.
  
  Because our implementation guarantees the strings inside struct utmpx to
  be null terminated, we don't need to copy everything out, which makes
  the code nicer to read.
  
  Also set WARNS to 6 and add $FreeBSD$ to keep SVN silent.
  
  Revision  Changes    Path
  1.2       +6 -0      src/usr.bin/wall/Makefile
  1.26      +11 -18    src/usr.bin/wall/wall.c



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