Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Adjust numbers in comments of previous.
details: https://anonhg.NetBSD.org/src/rev/568eb15ef0f7
branches: trunk
changeset: 499082:568eb15ef0f7
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Nov 10 16:21:22 2000 +0000
description:
Adjust numbers in comments of previous.
diffstat:
sys/sys/malloc.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r eb57ff21e7c4 -r 568eb15ef0f7 sys/sys/malloc.h
--- a/sys/sys/malloc.h Fri Nov 10 16:05:40 2000 +0000
+++ b/sys/sys/malloc.h Fri Nov 10 16:21:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: malloc.h,v 1.55 2000/11/10 15:47:03 matt Exp $ */
+/* $NetBSD: malloc.h,v 1.56 2000/11/10 16:21:22 simonb Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -295,9 +295,9 @@
"rp_addr", /* 113 M_RR_ADDR */ \
"softintr", /* 114 M_SOFTINTR */ \
"emuldata", /* 115 M_EMULDATA */ \
- "1394ctl", /* 115 M_1394CTL */ \
- "1394data", /* 115 M_1394DATA */ \
- NULL, /* 116 */ \
+ "1394ctl", /* 116 M_1394CTL */ \
+ "1394data", /* 117 M_1394DATA */ \
+ NULL, /* 118 */ \
}
struct kmemstats {
Home |
Main Index |
Thread Index |
Old Index