Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/ic Pull up revision 1.5 (approved by thorpej):
details: https://anonhg.NetBSD.org/src/rev/9316cb03e1d1
branches: netbsd-1-5
changeset: 488969:9316cb03e1d1
user: jeffs <jeffs%NetBSD.org@localhost>
date: Tue Aug 08 16:55:54 2000 +0000
description:
Pull up revision 1.5 (approved by thorpej):
Fix compile problems with paddr_t for arc.
diffstat:
sys/dev/ic/vgavar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 531b62f674a3 -r 9316cb03e1d1 sys/dev/ic/vgavar.h
--- a/sys/dev/ic/vgavar.h Tue Aug 08 16:55:06 2000 +0000
+++ b/sys/dev/ic/vgavar.h Tue Aug 08 16:55:54 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vgavar.h,v 1.4 2000/06/17 07:11:50 soda Exp $ */
+/* $NetBSD: vgavar.h,v 1.4.2.1 2000/08/08 16:55:54 jeffs Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -141,7 +141,7 @@
#ifdef arc
void vga_extended_attach __P((struct device *, bus_space_tag_t,
bus_space_tag_t, int,
- int (*) __P((void *, off_t, int))));
+ paddr_t (*) __P((void *, off_t, int))));
#endif
int vga_is_console __P((bus_space_tag_t, int));
Home |
Main Index |
Thread Index |
Old Index