diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-21 13:20:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-21 13:20:49 +0000 |
| commit | d476a036e28a06aadb6a33050af920f3f99fbb8c (patch) | |
| tree | 7889a8c6dd8258adf78b1be9e93d2baefad6abb1 /sbin/slattach/slattach.c | |
| parent | 854299908ccfad3f3d42b5b24443e15bbc03471c (diff) | |
Notes
Diffstat (limited to 'sbin/slattach/slattach.c')
| -rw-r--r-- | sbin/slattach/slattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index ba599ba49875..96a962f2618b 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -78,7 +78,7 @@ void setup_line(int cflag); /* configure terminal settings */ void slip_discipline(); /* switch to slip line discipline */ void configure_network(); /* configure slip interface */ void acquire_line(); /* get tty device as controlling terminal */ -static void usage __P((void)); +static void usage(void); int fd = -1; char *dev = (char *)0; /* path name of the tty (e.g. /dev/tty01) */ |
