Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun68k/sun68k NULL -> 0 bogon.
details: https://anonhg.NetBSD.org/src/rev/3d3ab807aef4
branches: trunk
changeset: 554438:3d3ab807aef4
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Oct 28 08:00:36 2003 +0000
description:
NULL -> 0 bogon.
diffstat:
sys/arch/sun68k/sun68k/vme_sun68k.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r de2097dcdbb0 -r 3d3ab807aef4 sys/arch/sun68k/sun68k/vme_sun68k.c
--- a/sys/arch/sun68k/sun68k/vme_sun68k.c Tue Oct 28 07:46:16 2003 +0000
+++ b/sys/arch/sun68k/sun68k/vme_sun68k.c Tue Oct 28 08:00:36 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vme_sun68k.c,v 1.7 2003/07/15 03:36:21 lukem Exp $ */
+/* $NetBSD: vme_sun68k.c,v 1.8 2003/10/28 08:00:36 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vme_sun68k.c,v 1.7 2003/07/15 03:36:21 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vme_sun68k.c,v 1.8 2003/10/28 08:00:36 mrg Exp $");
#include <sys/param.h>
#include <sys/extent.h>
@@ -209,7 +209,7 @@
error = vmebus_translate(mod, addr, &iospace, &paddr);
if (error == 0)
error = bus_space_map2(sc->sc_bustag, iospace, paddr, len,
- 0, NULL, &handle);
+ 0, 0, &handle);
if (error)
return (error);
Home |
Main Index |
Thread Index |
Old Index