diff options
| author | simonb <simonb@NetBSD.org> | 1999-07-02 15:46:05 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 1999-07-02 15:46:05 +0000 |
| commit | 6bf3aa19f91ba1c6bd3eb75b24d45e6e6790420a (patch) | |
| tree | bc0b725b77de79138253fc93b7cc6d1cef153e63 /lib/libutil/ttymsg.c | |
| parent | 565fad43fa043a078780ea1f3e01a196dcecc234 (diff) | |
More trailing white space.
Diffstat (limited to 'lib/libutil/ttymsg.c')
| -rw-r--r-- | lib/libutil/ttymsg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/ttymsg.c b/lib/libutil/ttymsg.c index ac4ba108fc8..ce9fe9bad4f 100644 --- a/lib/libutil/ttymsg.c +++ b/lib/libutil/ttymsg.c @@ -1,4 +1,4 @@ -/* $NetBSD: ttymsg.c,v 1.11 1998/09/27 00:00:16 christos Exp $ */ +/* $NetBSD: ttymsg.c,v 1.12 1999/07/02 15:49:12 simonb Exp $ */ /* * Copyright (c) 1989, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; #else -__RCSID("$NetBSD: ttymsg.c,v 1.11 1998/09/27 00:00:16 christos Exp $"); +__RCSID("$NetBSD: ttymsg.c,v 1.12 1999/07/02 15:49:12 simonb Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -120,7 +120,7 @@ ttymsg(iov, iovcnt, line, tmout) --iovcnt; } if (wret) { - iov->iov_base = + iov->iov_base = (char *)iov->iov_base + wret; iov->iov_len -= wret; } |
