From 60d2f8f3c7f1cdacafcbd60dc004e32cc90035ca Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 8 Jun 2013 00:22:23 +0000 Subject: Use (void) in no-arguments function definitions. --- misc/ttyslot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/ttyslot.c') diff --git a/misc/ttyslot.c b/misc/ttyslot.c index 75ca6a2..9c69589 100644 --- a/misc/ttyslot.c +++ b/misc/ttyslot.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ttyslot.c 8.1 (Berkeley) 6/4/93"; #include int -ttyslot() +ttyslot (void) { struct ttyent *ttyp; int slot; -- cgit v1.1