summaryrefslogtreecommitdiffstats
path: root/usr.bin/window
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2008-11-18 21:06:49 +0000
committerrdivacky <rdivacky@FreeBSD.org>2008-11-18 21:06:49 +0000
commitf71006748d9d1191e985dbf4b9dacb77cc36325d (patch)
tree5fc1627353b48fc18d07313e58383705b15d7935 /usr.bin/window
parentc2251260be90b098d300f1452cc5cb46c5032282 (diff)
downloadFreeBSD-src-f71006748d9d1191e985dbf4b9dacb77cc36325d.zip
FreeBSD-src-f71006748d9d1191e985dbf4b9dacb77cc36325d.tar.gz
ANSIfy the wwend function.
Approved by: kib (mentor)
Diffstat (limited to 'usr.bin/window')
-rw-r--r--usr.bin/window/wwend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c
index e8d62ab..ae2d9bc 100644
--- a/usr.bin/window/wwend.c
+++ b/usr.bin/window/wwend.c
@@ -45,7 +45,8 @@ static char rcsid[] =
#include "tt.h"
/*ARGSUSED*/
-wwend(exit)
+int
+wwend(int exit)
{
if (tt.tt_checkpoint) {
(void) alarm(0);
OpenPOWER on IntegriCloud