summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-08-30 13:09:09 +0000
committerScott Long <scottl@FreeBSD.org>2001-08-30 13:09:09 +0000
commit6965a4937d766f1f97a410022bef5122a9d58d90 (patch)
tree26e9bd78d0364f6a9e7e7200748c09cb9e36881d
parent10d5c1f9391725bc913d853024c1523413ff00bc (diff)
Notes
-rw-r--r--sys/dev/aac/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index aedd939f77c1..d9ec97b01584 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -152,7 +152,7 @@ struct aac_interface aac_rx_interface = {
/* Debugging and Diagnostics */
static void aac_describe_controller(struct aac_softc *sc);
-static char *aac_describe_code(struct aac_code_lookup *table
+static char *aac_describe_code(struct aac_code_lookup *table,
u_int32_t code);
/* Management Interface */