diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-17 19:39:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-17 19:39:47 +0000 |
commit | 8d2d65884edc3208ba8b010c4ad3d4483bc4cd06 (patch) | |
tree | bc8e48e21bc4626657c6ee41761c994cfaa79be8 /usr.bin/tip/tipout.c | |
parent | 0239d7682efc2b478227fcbaa8aeb93cc10fb3a6 (diff) |
more cleanups; ok moritz
Diffstat (limited to 'usr.bin/tip/tipout.c')
-rw-r--r-- | usr.bin/tip/tipout.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/tipout.c b/usr.bin/tip/tipout.c index 14e752e5774..6463949e683 100644 --- a/usr.bin/tip/tipout.c +++ b/usr.bin/tip/tipout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tipout.c,v 1.15 2006/03/17 17:43:15 deraadt Exp $ */ +/* $OpenBSD: tipout.c,v 1.16 2006/03/17 19:39:46 deraadt Exp $ */ /* $NetBSD: tipout.c,v 1.5 1996/12/29 10:34:12 cgd Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)tipout.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: tipout.c,v 1.15 2006/03/17 17:43:15 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: tipout.c,v 1.16 2006/03/17 19:39:46 deraadt Exp $"; #endif /* not lint */ #include "tip.h" @@ -127,7 +127,7 @@ tipout(void) { char buf[BUFSIZ]; char *cp; - int cnt; + size_t cnt; sigset_t mask, omask; signal(SIGINT, SIG_IGN); |