Delint last.

This commit is contained in:
kleink 1998-05-09 20:59:29 +00:00
parent b014edcabc
commit 1550a56403
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ttymsg.c,v 1.8 1998/05/08 17:23:45 kleink Exp $ */
/* $NetBSD: ttymsg.c,v 1.9 1998/05/09 20:59:29 kleink 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.8 1998/05/08 17:23:45 kleink Exp $");
__RCSID("$NetBSD: ttymsg.c,v 1.9 1998/05/09 20:59:29 kleink Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@ -119,7 +119,8 @@ ttymsg(iov, iovcnt, line, tmout)
--iovcnt;
}
if (wret) {
(char *)iov->iov_base += wret;
iov->iov_base =
(char *)iov->iov_base + wret;
iov->iov_len -= wret;
}
continue;