summaryrefslogtreecommitdiff
path: root/sys/dev/hpc
diff options
context:
space:
mode:
authorcegger <cegger@NetBSD.org>2009-03-18 10:22:21 +0000
committercegger <cegger@NetBSD.org>2009-03-18 10:22:21 +0000
commitdf7f595ecd6efe54ea7c11083e2dbf711cad4b31 (patch)
tree2e70fb4fc9234da64b5c0d61f729656db3c80105 /sys/dev/hpc
parent61260da8850e8a6c3adc941d28160d30877a0c04 (diff)
Ansify function definitions w/o arguments. Generated with sed.
Diffstat (limited to 'sys/dev/hpc')
-rw-r--r--sys/dev/hpc/video_subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hpc/video_subr.c b/sys/dev/hpc/video_subr.c
index 67b4bfa8dd3..c397fd1789a 100644
--- a/sys/dev/hpc/video_subr.c
+++ b/sys/dev/hpc/video_subr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: video_subr.c,v 1.11 2008/04/28 20:23:48 martin Exp $ */
+/* $NetBSD: video_subr.c,v 1.12 2009/03/18 10:22:40 cegger Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: video_subr.c,v 1.11 2008/04/28 20:23:48 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: video_subr.c,v 1.12 2009/03/18 10:22:40 cegger Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -290,7 +290,7 @@ video_dot(struct video_chip *vc, int x, int y)
}
int
-video_reverse_color()
+video_reverse_color(void)
{
struct {
int reverse, normal;