summaryrefslogtreecommitdiff
path: root/usr.bin/tip/tipout.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-17 19:39:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-17 19:39:47 +0000
commit8d2d65884edc3208ba8b010c4ad3d4483bc4cd06 (patch)
treebc8e48e21bc4626657c6ee41761c994cfaa79be8 /usr.bin/tip/tipout.c
parent0239d7682efc2b478227fcbaa8aeb93cc10fb3a6 (diff)
more cleanups; ok moritz
Diffstat (limited to 'usr.bin/tip/tipout.c')
-rw-r--r--usr.bin/tip/tipout.c6
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);