summaryrefslogtreecommitdiffstats
path: root/sys/gnu/isdn/iispy.c
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-12 05:11:41 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-12 05:11:41 +0000
commit57c3ebc617f6ed31240847c6fce74931a372824c (patch)
treec727af841ff654969571e10a8dc92e2a987cd0c2 /sys/gnu/isdn/iispy.c
parentd356aa8b627cecbc5a3a5e98327366686498962d (diff)
downloadFreeBSD-src-57c3ebc617f6ed31240847c6fce74931a372824c.zip
FreeBSD-src-57c3ebc617f6ed31240847c6fce74931a372824c.tar.gz
Clean up -Wunused warnings.
Reviewed by: bde
Diffstat (limited to 'sys/gnu/isdn/iispy.c')
-rw-r--r--sys/gnu/isdn/iispy.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/gnu/isdn/iispy.c b/sys/gnu/isdn/iispy.c
index 170281b..4b6e83a 100644
--- a/sys/gnu/isdn/iispy.c
+++ b/sys/gnu/isdn/iispy.c
@@ -1,6 +1,6 @@
-static char _ispyid[] = "@(#)$Id: iispy.c,v 1.10 1995/12/17 21:17:43 phk Exp $";
-/*******************************************************************************
- * II - Version 0.1 $Revision: 1.10 $ $State: Exp $
+/* @(#)$Id: iispy.c,v 1.11 1996/03/28 14:27:51 scrappy Exp $
+ *******************************************************************************
+ * II - Version 0.1 $Revision: 1.11 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -34,7 +34,7 @@ static char _ispyid[] = "@(#)$Id: iispy.c,v 1.10 1995/12/17 21:17:43 phk Exp
int ispy_applnr;
static int next_if =0;
static unsigned long ispy_cnt, ispy_out;
-static char dir;
+static const char dir = 0;
#define ISPY_SIZE 260
#define OPEN 1
#define READ_WAIT 2
@@ -116,7 +116,6 @@ ispy_input(int no, int len, char *buf, int out)
static int
ispyopen(dev_t dev, int flags, int fmt, struct proc *p)
{
- int err;
struct ispy_data *ispy;
if (minor(dev)>NISPY)
@@ -144,8 +143,6 @@ ispyclose(dev_t dev, int flags, int fmt, struct proc *p)
static int
ispyioctl (dev_t dev, int cmd, caddr_t data, int flags, struct proc *p)
{
- int unit = minor(dev);
-
switch (cmd) {
default:
return (ENOTTY);
OpenPOWER on IntegriCloud