summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset/set.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tset/set.c')
-rw-r--r--usr.bin/tset/set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c
index 88d27c3..85965b3 100644
--- a/usr.bin/tset/set.c
+++ b/usr.bin/tset/set.c
@@ -47,7 +47,7 @@ static const char sccsid[] = "@(#)set.c 8.2 (Berkeley) 2/28/94";
#define CHK(val, dft) (val <= 0 ? dft : val)
-int set_tabs __P((void));
+int set_tabs(void);
/*
* Reset the terminal mode bits to a sensible state. Very useful after
OpenPOWER on IntegriCloud