summaryrefslogtreecommitdiffstats
path: root/usr.bin/wall
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-07-22 20:34:24 +0000
committerphk <phk@FreeBSD.org>1998-07-22 20:34:24 +0000
commit9b9e03a220ec19ceb98ea50d90f27e54c4599db5 (patch)
tree2a09c969d7394ef20eb2d2bd313191187e556773 /usr.bin/wall
parentc77c9fb18bc18267d6e033b88f8e15625f3a274e (diff)
downloadFreeBSD-src-9b9e03a220ec19ceb98ea50d90f27e54c4599db5.zip
FreeBSD-src-9b9e03a220ec19ceb98ea50d90f27e54c4599db5.tar.gz
A bit of PR7278 which belongs here.
PR: 7278 Reviewed by: phk Submitted by: Harlan.Stenn@pfcs.com
Diffstat (limited to 'usr.bin/wall')
-rw-r--r--usr.bin/wall/ttymsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c
index c7bdba9..65890ca 100644
--- a/usr.bin/wall/ttymsg.c
+++ b/usr.bin/wall/ttymsg.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: ttymsg.c,v 1.2 1998/03/23 07:47:31 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -68,7 +68,7 @@ ttymsg(iov, iovcnt, line, tmout)
static char device[MAXNAMLEN] = _PATH_DEV;
static char errbuf[1024];
register int cnt, fd, left, wret;
- struct iovec localiov[6];
+ struct iovec localiov[7];
int forked = 0;
if (iovcnt > sizeof(localiov) / sizeof(localiov[0]))
OpenPOWER on IntegriCloud