summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
Diffstat (limited to 'device')
-rw-r--r--device/ds_routines.c1
-rw-r--r--device/kmsg.c1
-rw-r--r--device/net_io.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c
index 371bbb8..303d6f7 100644
--- a/device/ds_routines.c
+++ b/device/ds_routines.c
@@ -109,7 +109,6 @@ ds_device_open(open_port, reply_port, reply_port_type,
register mach_device_t device;
register kern_return_t result;
register io_req_t ior;
- char namebuf[64];
ipc_port_t notify;
#ifndef i386
diff --git a/device/kmsg.c b/device/kmsg.c
index d1612ad..384f89a 100644
--- a/device/kmsg.c
+++ b/device/kmsg.c
@@ -147,7 +147,6 @@ kmsgread (dev_t dev, io_req_t ior)
static boolean_t
kmsg_read_done (io_req_t ior)
{
- int err;
int amt, len;
simple_lock (&kmsg_lock);
diff --git a/device/net_io.c b/device/net_io.c
index 798ac7c..e0eb334 100644
--- a/device/net_io.c
+++ b/device/net_io.c
@@ -1332,7 +1332,6 @@ net_set_filter(ifp, rcv_port, priority, filter, filter_count)
if (match != 0)
{ /* Insert to hash list */
net_hash_entry_t *p;
- int j;
hash_entp->rcv_port = rcv_port;
for (i = 0; i < match->jt; i++) /* match->jt is n_keys */