Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet tcp_debug: restore __packed
details: https://anonhg.NetBSD.org/src/rev/725a3127f9ea
branches: trunk
changeset: 1018433:725a3127f9ea
user: roy <roy%NetBSD.org@localhost>
date: Wed Feb 03 11:52:23 2021 +0000
description:
tcp_debug: restore __packed
diffstat:
sys/netinet/tcp_debug.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 08d1e74fd94a -r 725a3127f9ea sys/netinet/tcp_debug.h
--- a/sys/netinet/tcp_debug.h Wed Feb 03 10:37:05 2021 +0000
+++ b/sys/netinet/tcp_debug.h Wed Feb 03 11:52:23 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcp_debug.h,v 1.19 2021/02/03 05:51:40 roy Exp $ */
+/* $NetBSD: tcp_debug.h,v 1.20 2021/02/03 11:52:23 roy Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -58,7 +58,7 @@
} td_ti6;
short td_req;
struct tcpcb td_cb;
-};
+} __packed;
#define TA_INPUT 0
#define TA_OUTPUT 1
Home |
Main Index |
Thread Index |
Old Index