From b462731cbc1198051cd39ad2f95b1027e441067d Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 7 Jun 2009 18:30:39 +0000 Subject: ANSIfy function declarations. All object file diffs inspected. --- hack/hack.ioctl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hack/hack.ioctl.c') diff --git a/hack/hack.ioctl.c b/hack/hack.ioctl.c index ebf2ae8c..95bb7b9b 100644 --- a/hack/hack.ioctl.c +++ b/hack/hack.ioctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.ioctl.c,v 1.7 2003/04/02 18:36:37 jsm Exp $ */ +/* $NetBSD: hack.ioctl.c,v 1.8 2009/06/07 18:30:39 dholland Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.ioctl.c,v 1.7 2003/04/02 18:36:37 jsm Exp $"); +__RCSID("$NetBSD: hack.ioctl.c,v 1.8 2009/06/07 18:30:39 dholland Exp $"); #endif /* not lint */ /* @@ -77,13 +77,13 @@ __RCSID("$NetBSD: hack.ioctl.c,v 1.7 2003/04/02 18:36:37 jsm Exp $"); struct termios termios; void -getioctls() +getioctls(void) { (void) tcgetattr(fileno(stdin), &termios); } void -setioctls() +setioctls(void) { (void) tcsetattr(fileno(stdin), TCSADRAIN, &termios); } @@ -91,7 +91,7 @@ setioctls() #ifdef SUSPEND /* implies BSD */ #include int -dosuspend() +dosuspend(void) { #ifdef SIGTSTP if (signal(SIGTSTP, SIG_IGN) == SIG_DFL) { -- cgit v1.2.3-56-ge451