diff options
Diffstat (limited to 'usr.bin/tset/set.c')
| -rw-r--r-- | usr.bin/tset/set.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index 88d27c39bdc7..85965b38b991 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  | 
