diff options
Diffstat (limited to 'sys/arch/alpha/tc/sfb.c')
-rw-r--r-- | sys/arch/alpha/tc/sfb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/tc/sfb.c b/sys/arch/alpha/tc/sfb.c index 727af13cac4..3d06f9165ff 100644 --- a/sys/arch/alpha/tc/sfb.c +++ b/sys/arch/alpha/tc/sfb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sfb.c,v 1.11 2000/08/04 16:45:47 ericj Exp $ */ +/* $OpenBSD: sfb.c,v 1.12 2001/02/01 18:05:30 art Exp $ */ /* $NetBSD: sfb.c,v 1.7 1996/12/05 01:39:44 cgd Exp $ */ /* @@ -98,7 +98,7 @@ struct wsscreen_list sfb_screenlist = { }; int sfbioctl __P((void *, u_long, caddr_t, int, struct proc *)); -int sfbmmap __P((void *, off_t, int)); +paddr_t sfbmmap __P((void *, off_t, int)); static int sfb_alloc_screen __P((void *, const struct wsscreen_descr *, void **, int *, int *, long *)); @@ -349,7 +349,7 @@ sfbioctl(v, cmd, data, flag, p) return (-1); } -int +paddr_t sfbmmap(v, offset, prot) void *v; off_t offset; |