-#else /* NeXT */
-#define l_noopen ((int (*) __P((dev_t, struct tty *)))enodev)
-#define l_noclose ((int (*) __P((struct tty *, int flags)))enodev)
-#define l_noread ((int (*) __P((struct tty *, struct uio *, int)))enodev)
-#define l_nowrite l_noread
-#define l_norint ((int (*) __P((int c, struct tty *)))enodev)
-#define l_nostart ((int (*) __P((struct tty *)))enodev)
-static int
-l_nullioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, struct proc *p);
-#endif /* !NeXT */