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 indent.
details: https://anonhg.NetBSD.org/src/rev/b59d5e46b07f
branches: trunk
changeset: 794621:b59d5e46b07f
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Mar 20 00:29:57 2014 +0000
description:
Adjust comment indent.
no useful change
diffstat:
sys/sys/mbuf.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 37b8d8b52ff9 -r b59d5e46b07f sys/sys/mbuf.h
--- a/sys/sys/mbuf.h Wed Mar 19 23:46:22 2014 +0000
+++ b/sys/sys/mbuf.h Thu Mar 20 00:29:57 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mbuf.h,v 1.153 2013/11/14 00:50:36 christos Exp $ */
+/* $NetBSD: mbuf.h,v 1.154 2014/03/20 00:29:57 pooka Exp $ */
/*-
* Copyright (c) 1996, 1997, 1999, 2001, 2007 The NetBSD Foundation, Inc.
@@ -171,12 +171,12 @@
* packets during reassembly.
*/
struct pkthdr {
- struct ifnet *rcvif; /* rcv interface */
- SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */
- int len; /* total packet length */
- int csum_flags; /* checksum flags */
- uint32_t csum_data; /* checksum data */
- u_int segsz; /* segment size */
+ struct ifnet *rcvif; /* rcv interface */
+ SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */
+ int len; /* total packet length */
+ int csum_flags; /* checksum flags */
+ uint32_t csum_data; /* checksum data */
+ u_int segsz; /* segment size */
};
/*
Home |
Main Index |
Thread Index |
Old Index