diff options
Diffstat (limited to 'sys/arch/sun3/dev/btvar.h')
-rw-r--r-- | sys/arch/sun3/dev/btvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sun3/dev/btvar.h b/sys/arch/sun3/dev/btvar.h index b2481fcf708..bb7567f2f35 100644 --- a/sys/arch/sun3/dev/btvar.h +++ b/sys/arch/sun3/dev/btvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: btvar.h,v 1.2 2001/07/04 08:33:41 niklas Exp $ */ +/* $OpenBSD: btvar.h,v 1.3 2002/03/14 01:26:46 millert Exp $ */ /* $NetBSD: btvar.h,v 1.1 1995/03/10 01:50:47 gwr Exp $ */ /* @@ -62,8 +62,8 @@ union bt_cmap { /* * Routines in bt_subr.c. */ -int bt_getcmap __P((struct fbcmap *, union bt_cmap *, int)); -int bt_putcmap __P((struct fbcmap *, union bt_cmap *, int)); +int bt_getcmap(struct fbcmap *, union bt_cmap *, int); +int bt_putcmap(struct fbcmap *, union bt_cmap *, int); /* * Compute (x / 4) * 3 and (x / 4) * 4. These are used in turning |