diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-07-22 20:34:24 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-07-22 20:34:24 +0000 |
commit | a623ec03f3609ee2abe94e9097464f0ad1abe3ed (patch) | |
tree | 4ffd16b3cf6bf930fc295b1f06054eb75de04cb1 /usr.bin | |
parent | 9294f850e844dfe886390bc0a2fbb0e0a1a368b0 (diff) | |
download | src-a623ec03f3609ee2abe94e9097464f0ad1abe3ed.tar.gz src-a623ec03f3609ee2abe94e9097464f0ad1abe3ed.zip |
A bit of PR7278 which belongs here.
PR: 7278
Reviewed by: phk
Submitted by: Harlan.Stenn@pfcs.com
Notes
Notes:
svn path=/head/; revision=37846
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/wall/ttymsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index c7bdba91d39b..65890cac45bc 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])) |