summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_conf.c
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-04 23:30:47 +0000
committerdd <dd@FreeBSD.org>2001-06-04 23:30:47 +0000
commitc6d2a1e6f90c071acdecb05059ce1108abdb5cb8 (patch)
treea52e55aca5d6f5364c2fd74df15b0265ef77d95c /sys/kern/tty_conf.c
parent7e25cedba658e2e86f2d376fe365e7a54cbc2e18 (diff)
downloadFreeBSD-src-c6d2a1e6f90c071acdecb05059ce1108abdb5cb8.zip
FreeBSD-src-c6d2a1e6f90c071acdecb05059ce1108abdb5cb8.tar.gz
Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).
Suggested by: bde
Diffstat (limited to 'sys/kern/tty_conf.c')
-rw-r--r--sys/kern/tty_conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c
index a8a65ff..ba3d785 100644
--- a/sys/kern/tty_conf.c
+++ b/sys/kern/tty_conf.c
@@ -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;
OpenPOWER on IntegriCloud