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

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

  FreeBSD src repository

  Modified files:
    usr.bin/write        Makefile write.c 
  Log:
  SVN rev 200160 on 2009-12-05 20:22:26Z 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 happy.
  
  Revision  Changes    Path
  1.2       +6 -0      src/usr.bin/write/Makefile
  1.20      +22 -27    src/usr.bin/write/write.c



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