diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 21:25:46 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 21:25:46 +0000 |
| commit | 4d77a549fed13746cc4edf84e511b385c1754f3d (patch) | |
| tree | 7ea68f3b5c452a55df6c05b903dae3ac1e8f71f9 /sys/kern/tty_tty.c | |
| parent | 89fb8ee796263407b2396378b7076c0350b9e5cc (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_tty.c')
| -rw-r--r-- | sys/kern/tty_tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index ebb91a44ca50..e1e03bdf9e8a 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -213,7 +213,7 @@ cttypoll(dev, events, td) return (VOP_POLL(ttyvp, events, td->td_ucred, td)); } -static void ctty_clone __P((void *arg, char *name, int namelen, dev_t *dev)); +static void ctty_clone(void *arg, char *name, int namelen, dev_t *dev); static dev_t ctty; @@ -235,7 +235,7 @@ ctty_clone(void *arg, char *name, int namelen, dev_t *dev) } -static void ctty_drvinit __P((void *unused)); +static void ctty_drvinit(void *unused); static void ctty_drvinit(unused) void *unused; |
