diff options
Diffstat (limited to 'misc/ttyslot.c')
-rw-r--r-- | misc/ttyslot.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unistd.h> int -ttyslot() +ttyslot (void) { struct ttyent *ttyp; int slot; |