there is no "cnattach" member in "struct wskbd_accessops" (yet?)
This commit is contained in:
parent
e41d023363
commit
c3283b267e
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ukbd.c,v 1.21 1999/01/08 11:58:25 augustss Exp $ */
|
/* $NetBSD: ukbd.c,v 1.22 1999/01/09 12:10:36 drochner Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
|
@ -229,7 +229,7 @@ const struct wskbd_accessops ukbd_accessops = {
|
||||||
ukbd_enable,
|
ukbd_enable,
|
||||||
ukbd_set_leds,
|
ukbd_set_leds,
|
||||||
ukbd_ioctl,
|
ukbd_ioctl,
|
||||||
#if 1
|
#if 0
|
||||||
ukbd_cnattach,
|
ukbd_cnattach,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue