diff options
Diffstat (limited to 'libexec/telnetd/sys_term.c')
-rw-r--r-- | libexec/telnetd/sys_term.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 5fb0b39..0fb8512 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -137,9 +137,9 @@ struct termios termbuf, termbuf2; /* pty control structure */ #include <sys/types.h> #include <libutil.h> -int cleanopen __P((char *)); -void scrub_env __P((void)); -static char **addarg __P((char **, const char *)); +int cleanopen(char *); +void scrub_env(void); +static char **addarg(char **, const char *); /* * init_termbuf() |