diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-13 06:39:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-13 06:39:23 +0000 |
commit | 4f7261faa16047002e0d736dda80fdeed0b39250 (patch) | |
tree | 4e3465a040a51e19743fbb6cdb4194316a16aa3f /sys/dev/pcmcia | |
parent | af4f47694cc5ea0ecec0c10d28038a90415d7922 (diff) |
a proto; fgsch@olimpo.com.br
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/pcmcia_conf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmcia_conf.c b/sys/dev/pcmcia/pcmcia_conf.c index c79d3623289..8a4e15ca9f6 100644 --- a/sys/dev/pcmcia/pcmcia_conf.c +++ b/sys/dev/pcmcia/pcmcia_conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmcia_conf.c,v 1.6 1997/11/07 08:07:33 niklas Exp $ */ +/* $OpenBSD: pcmcia_conf.c,v 1.7 1998/08/13 06:39:22 deraadt Exp $ */ /* * Copyright (c) 1996 John T. Kohl. All rights reserved. * Copyright (c) 1994 Stefan Grefen. All rights reserved. @@ -52,6 +52,8 @@ #include <dev/pcmcia/pcmcia_ioctl.h> #ifdef CFG_DEBUG +static void dump __P((u_char *, int)); + static void dump(addr, len) u_char *addr; |