diff options
| author | cegger <cegger@NetBSD.org> | 2009-03-18 10:22:21 +0000 |
|---|---|---|
| committer | cegger <cegger@NetBSD.org> | 2009-03-18 10:22:21 +0000 |
| commit | df7f595ecd6efe54ea7c11083e2dbf711cad4b31 (patch) | |
| tree | 2e70fb4fc9234da64b5c0d61f729656db3c80105 /sys/dev/adb | |
| parent | 61260da8850e8a6c3adc941d28160d30877a0c04 (diff) | |
Ansify function definitions w/o arguments. Generated with sed.
Diffstat (limited to 'sys/dev/adb')
| -rw-r--r-- | sys/dev/adb/adb_kbd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/adb/adb_kbd.c b/sys/dev/adb/adb_kbd.c index 2368fa34ffb..391e1274699 100644 --- a/sys/dev/adb/adb_kbd.c +++ b/sys/dev/adb/adb_kbd.c @@ -1,4 +1,4 @@ -/* $NetBSD: adb_kbd.c,v 1.12 2008/03/26 18:04:15 matt Exp $ */ +/* $NetBSD: adb_kbd.c,v 1.13 2009/03/18 10:22:39 cegger Exp $ */ /* * Copyright (C) 1998 Colin Wood @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adb_kbd.c,v 1.12 2008/03/26 18:04:15 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adb_kbd.c,v 1.13 2009/03/18 10:22:39 cegger Exp $"); #include <sys/param.h> #include <sys/device.h> @@ -570,7 +570,7 @@ adbkbd_ioctl(void *v, u_long cmd, void *data, int flag, struct lwp *l) } int -adbkbd_cnattach() +adbkbd_cnattach(void) { adbkbd_is_console = 1; |
