diff options
| author | mjacob <mjacob@NetBSD.org> | 1999-11-12 19:11:25 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 1999-11-12 19:11:25 +0000 |
| commit | 5f4088eb26bb77996ce621b2e99cc1ca3d153cf2 (patch) | |
| tree | 17fd519fa7a420f2cb18009095983939fd043518 /sys/dev/usb | |
| parent | f165ee13d2780c2801a2831c9c5314995aeca1f1 (diff) | |
Hide function definition within ifdef's is becomes active in.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ukbd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index 15c5917f88a..8ab4bf08f9e 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ukbd.c,v 1.47 1999/11/12 00:34:57 augustss Exp $ */ +/* $NetBSD: ukbd.c,v 1.48 1999/11/12 19:11:25 mjacob Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -222,7 +222,9 @@ static void ukbd_set_leds __P((void *, int)); #if defined(__NetBSD__) static int ukbd_ioctl __P((void *, u_long, caddr_t, int, struct proc *)); +#ifdef WSDISPLAY_COMPAT_RAWKBD static void ukbd_rawrepeat __P((void *v)); +#endif const struct wskbd_accessops ukbd_accessops = { ukbd_enable, |
