diff options
Diffstat (limited to 'sys/dev/sbus/apio.c')
| -rw-r--r-- | sys/dev/sbus/apio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/apio.c b/sys/dev/sbus/apio.c index 239ad949dd5..bde2325a5e1 100644 --- a/sys/dev/sbus/apio.c +++ b/sys/dev/sbus/apio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apio.c,v 1.2 2002/04/08 17:49:42 jason Exp $ */ +/* $OpenBSD: apio.c,v 1.3 2003/02/17 01:29:20 henric Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -175,7 +175,7 @@ apio_print(aux, name) void *aux; const char *name; { - struct apio_attach_args *aaa; + struct apio_attach_args *aaa = aux; if (name != NULL) printf("%s at %s", aaa->aaa_name, name); |
