Module Name: src
Committed By: roy
Date: Mon Nov 14 10:15:08 UTC 2022
Modified Files:
src/sys/sys: mbuf.h
Log Message:
Adjust comment for new sizes.
Thanks to Kengo NAKAHARA <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 src/sys/sys/mbuf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/mbuf.h
diff -u src/sys/sys/mbuf.h:1.233 src/sys/sys/mbuf.h:1.234
--- src/sys/sys/mbuf.h:1.233 Mon Nov 14 09:23:42 2022
+++ src/sys/sys/mbuf.h Mon Nov 14 10:15:08 2022
@@ -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 @@ struct m_hdr {
* 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 {