Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2001 07:23:31 -0700 (PDT)
From:      Dima Dorfman <dd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/wall ttymsg.h ttymsg.c wall.c
Message-ID:  <200109091423.f89ENWX54467@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dd          2001/09/09 07:23:31 PDT

  Modified files:
    usr.bin/wall         ttymsg.c wall.c 
  Added files:
    usr.bin/wall         ttymsg.h 
  Log:
  - Move the prototype of ttymsg() into ttymsg.h.  syslogd and talkd
    also use this, and they shouldn't have to have their own prototypes.
  
  - Silence warnings about constness and signedness in ttymsg().  This
    includes changing the return value to a `const char *', and changing
    the types of `left' and `wret' (both byte counts) to ssize_t.
  
  Reviewed by:	bde
  
  Revision  Changes    Path
  1.9       +9 -6      src/usr.bin/wall/ttymsg.c
  1.21      +5 -3      src/usr.bin/wall/wall.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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