summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/tcpipv6.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-01-10 02:42:31 +0000
committerderaadt <deraadt@openbsd.org>1999-01-10 02:42:31 +0000
commite3b14f19a3b32b16c46956f47b362469c1380b61 (patch)
tree9632c38bbb7c1e5583722ecc9cd770e6111ec7b5 /sys/netinet6/tcpipv6.h
parentmerge INPROTO_* tables (diff)
downloadwireguard-openbsd-e3b14f19a3b32b16c46956f47b362469c1380b61.tar.xz
wireguard-openbsd-e3b14f19a3b32b16c46956f47b362469c1380b61.zip
indent
Diffstat (limited to 'sys/netinet6/tcpipv6.h')
-rw-r--r--sys/netinet6/tcpipv6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/tcpipv6.h b/sys/netinet6/tcpipv6.h
index 57ca9505d21..5363797baa9 100644
--- a/sys/netinet6/tcpipv6.h
+++ b/sys/netinet6/tcpipv6.h
@@ -16,8 +16,8 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>.
#include <netinet/tcp.h>
struct tcpipv6hdr {
- struct ipv6 ti6_i;
- struct tcphdr ti6_t;
+ struct ipv6 ti6_i;
+ struct tcphdr ti6_t;
};
#define ti6_src ti6_i.ipv6_src