diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/rasops/rasops32.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/rasops/rasops32.c')
-rw-r--r-- | sys/dev/rasops/rasops32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rasops/rasops32.c b/sys/dev/rasops/rasops32.c index 2df3db2b385..7f79183574a 100644 --- a/sys/dev/rasops/rasops32.c +++ b/sys/dev/rasops/rasops32.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rasops32.c,v 1.1 2001/03/18 04:32:45 nate Exp $ */ +/* $OpenBSD: rasops32.c,v 1.2 2002/03/14 01:27:02 millert Exp $ */ /* $NetBSD: rasops32.c,v 1.7 2000/04/12 14:22:29 pk Exp $ */ /*- @@ -49,7 +49,7 @@ #include <dev/wscons/wsconsio.h> #include <dev/rasops/rasops.h> -static void rasops32_putchar __P((void *, int, int, u_int, long attr)); +static void rasops32_putchar(void *, int, int, u_int, long attr); /* * Initalize a 'rasops_info' descriptor for this depth. |