Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/kern Pull up rev. 1.33:
details: https://anonhg.NetBSD.org/src/rev/adeae09fb630
branches: netbsd-1-5
changeset: 488306:adeae09fb630
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jun 27 21:54:03 2000 +0000
description:
Pull up rev. 1.33:
Fix-up (#if 0'd) printf() formats.
diffstat:
sys/kern/subr_extent.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r edbc84e95e2b -r adeae09fb630 sys/kern/subr_extent.c
--- a/sys/kern/subr_extent.c Tue Jun 27 21:53:18 2000 +0000
+++ b/sys/kern/subr_extent.c Tue Jun 27 21:54:03 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_extent.c,v 1.32 2000/06/16 16:48:56 mrg Exp $ */
+/* $NetBSD: subr_extent.c,v 1.32.2.1 2000/06/27 21:54:03 thorpej Exp $ */
/*-
* Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -668,7 +668,7 @@
- 1;
#if 0
- printf("newstart=%x newend=%x ex_start=%x ex_end=%x boundary=%x dontcross=%x\n",
+ printf("newstart=%lx newend=%lx ex_start=%lx ex_end=%lx boundary=%lx dontcross=%lx\n",
newstart, newend, ex->ex_start, ex->ex_end,
boundary, dontcross);
#endif
@@ -762,7 +762,7 @@
- 1;
#if 0
- printf("newstart=%x newend=%x ex_start=%x ex_end=%x boundary=%x dontcross=%x\n",
+ printf("newstart=%lx newend=%lx ex_start=%lx ex_end=%lx boundary=%lx dontcross=%lx\n",
newstart, newend, ex->ex_start, ex->ex_end,
boundary, dontcross);
#endif
Home |
Main Index |
Thread Index |
Old Index