Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).

Suggested by:	bde
This commit is contained in:
Dima Dorfman 2001-06-04 23:30:47 +00:00
parent a25695c3a4
commit 22cf0fb34d
3 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,6 @@
static l_open_t l_noopen;
static l_close_t l_noclose;
static l_ioctl_t l_nullioctl;
static l_rint_t l_norint;
static l_start_t l_nostart;
@ -198,7 +197,7 @@ l_nostart(tp)
* Do nothing specific version of line
* discipline specific ioctl command.
*/
static int
int
l_nullioctl(tp, cmd, data, flags, p)
struct tty *tp;
u_long cmd;

View File

@ -270,6 +270,7 @@ d_dump_t nodump;
d_open_t nullopen;
d_close_t nullclose;
l_ioctl_t l_nullioctl;
l_read_t l_noread;
l_write_t l_nowrite;

View File

@ -270,6 +270,7 @@ d_dump_t nodump;
d_open_t nullopen;
d_close_t nullclose;
l_ioctl_t l_nullioctl;
l_read_t l_noread;
l_write_t l_nowrite;