Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/hp300/dev Pull up rev 1.13 from scottr:
details: https://anonhg.NetBSD.org/src/rev/01be4eb427e8
branches: netbsd-1-5
changeset: 488631:01be4eb427e8
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Jul 22 04:52:02 2000 +0000
description:
Pull up rev 1.13 from scottr:
Correct return type of grfaddr(). From Steve Peurifoy via PR #10603.
diffstat:
sys/arch/hp300/dev/grfvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 886a5b9b6f82 -r 01be4eb427e8 sys/arch/hp300/dev/grfvar.h
--- a/sys/arch/hp300/dev/grfvar.h Sat Jul 22 04:47:54 2000 +0000
+++ b/sys/arch/hp300/dev/grfvar.h Sat Jul 22 04:52:02 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grfvar.h,v 1.11.24.1 2000/06/30 16:27:23 simonb Exp $ */
+/* $NetBSD: grfvar.h,v 1.11.24.2 2000/07/22 04:52:02 simonb Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -129,7 +129,7 @@
int grfunmap __P((dev_t, caddr_t, struct proc *));
int grfon __P((dev_t));
int grfoff __P((dev_t));
-off_t grfaddr __P((struct grf_softc *, off_t));
+paddr_t grfaddr __P((struct grf_softc *, off_t));
#ifndef _LKM
#include "opt_compat_hpux.h"
Home |
Main Index |
Thread Index |
Old Index