Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Adjust comment for new sizes.
details: https://anonhg.NetBSD.org/src/rev/266398a197a3
branches: trunk
changeset: 372321:266398a197a3
user: roy <roy%NetBSD.org@localhost>
date: Mon Nov 14 10:15:08 2022 +0000
description:
Adjust comment for new sizes.
Thanks to Kengo NAKAHARA <k-nakahara%iij.ad.jp@localhost>
diffstat:
sys/sys/mbuf.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 99ad019fa266 -r 266398a197a3 sys/sys/mbuf.h
--- a/sys/sys/mbuf.h Mon Nov 14 09:32:21 2022 +0000
+++ b/sys/sys/mbuf.h Mon Nov 14 10:15:08 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mbuf.h,v 1.233 2022/11/14 09:23:42 roy Exp $ */
+/* $NetBSD: mbuf.h,v 1.234 2022/11/14 10:15:08 roy Exp $ */
/*
* Copyright (c) 1996, 1997, 1999, 2001, 2007 The NetBSD Foundation, Inc.
@@ -178,8 +178,8 @@
* checksum) -- this is so we can accumulate the checksum for fragmented
* packets during reassembly.
*
- * Size ILP32: 40
- * LP64: 56
+ * Size ILP32: 48
+ * LP64: 72
*/
struct pkthdr {
union {
Home |
Main Index |
Thread Index |
Old Index