aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/labpc.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-08-16 16:14:28 +0000
committerBruce Evans <bde@FreeBSD.org>1995-08-16 16:14:28 +0000
commitbf25be48a512ea4d880d73c4c7cb84133ebc22d5 (patch)
tree615cdfe7b4bd682482b05bb8cf71a6e13bc3f095 /sys/i386/isa/labpc.c
parent8c13738f380db02aed2e3450c7ca77c05acdcd6e (diff)
downloadsrc-bf25be48a512ea4d880d73c4c7cb84133ebc22d5.tar.gz
src-bf25be48a512ea4d880d73c4c7cb84133ebc22d5.zip
Make everything except the unsupported network sources compile cleanly
with -Wnested-externs.
Notes
Notes: svn path=/head/; revision=10080
Diffstat (limited to 'sys/i386/isa/labpc.c')
-rw-r--r--sys/i386/isa/labpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/labpc.c b/sys/i386/isa/labpc.c
index 760cbbbbeb6b..dad3365a3fe8 100644
--- a/sys/i386/isa/labpc.c
+++ b/sys/i386/isa/labpc.c
@@ -272,6 +272,8 @@ extern int labpcprobe(struct isa_device *dev);
struct isa_driver labpcdriver =
{ labpcprobe, labpcattach, "labpc", 0 /* , labpcdetach */ };
+static void start(struct ctlr *ctlr);
+
static void
bp_done(struct buf *bp, int err)
{
@@ -290,8 +292,6 @@ static void tmo_stop(void *p);
static void
done_and_start_next(struct ctlr *ctlr, struct buf *bp, int err)
{
- static void start(struct ctlr *ctlr);
-
bp->b_resid = ctlr->data_end - ctlr->data;
ctlr->data = 0;