summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops1.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/rasops/rasops1.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/rasops/rasops1.c')
-rw-r--r--sys/dev/rasops/rasops1.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/rasops/rasops1.c b/sys/dev/rasops/rasops1.c
index fb345d73d11..71f9b0f450f 100644
--- a/sys/dev/rasops/rasops1.c
+++ b/sys/dev/rasops/rasops1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rasops1.c,v 1.1 2001/03/18 04:32:44 nate Exp $ */
+/* $OpenBSD: rasops1.c,v 1.2 2002/03/14 01:27:02 millert Exp $ */
/* $NetBSD: rasops1.c,v 1.11 2000/04/12 14:22:29 pk Exp $ */
/*-
@@ -51,13 +51,13 @@
#include <dev/rasops/rasops.h>
#include <dev/rasops/rasops_masks.h>
-static void rasops1_copycols __P((void *, int, int, int, int));
-static void rasops1_erasecols __P((void *, int, int, int, long));
-static void rasops1_do_cursor __P((struct rasops_info *));
-static void rasops1_putchar __P((void *, int, int col, u_int, long));
+static void rasops1_copycols(void *, int, int, int, int);
+static void rasops1_erasecols(void *, int, int, int, long);
+static void rasops1_do_cursor(struct rasops_info *);
+static void rasops1_putchar(void *, int, int col, u_int, long);
#ifndef RASOPS_SMALL
-static void rasops1_putchar8 __P((void *, int, int col, u_int, long));
-static void rasops1_putchar16 __P((void *, int, int col, u_int, long));
+static void rasops1_putchar8(void *, int, int col, u_int, long);
+static void rasops1_putchar16(void *, int, int col, u_int, long);
#endif
/*