summaryrefslogtreecommitdiffstats
path: root/sys/dev/snp
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-02 18:58:56 +0000
committerbde <bde@FreeBSD.org>1995-12-02 18:58:56 +0000
commit3089ef081608c63c7ab47c632cfbc98efdc0e815 (patch)
tree8eec40ad47c699b4e7ca9c8c29bd2bc032d89b93 /sys/dev/snp
parentc860a459a3a5c94e0fe6643c2ec81dbd60f0d530 (diff)
downloadFreeBSD-src-3089ef081608c63c7ab47c632cfbc98efdc0e815.zip
FreeBSD-src-3089ef081608c63c7ab47c632cfbc98efdc0e815.tar.gz
Completed function declarations and/or added prototypes.
Diffstat (limited to 'sys/dev/snp')
-rw-r--r--sys/dev/snp/snp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c
index ec1b928..8e16b2f 100644
--- a/sys/dev/snp/snp.c
+++ b/sys/dev/snp/snp.c
@@ -46,6 +46,8 @@
static struct snoop snoopsw[NSNP];
+static struct tty *devtotty __P((dev_t dev));
+
static struct tty *
devtotty (dev)
dev_t dev;
OpenPOWER on IntegriCloud