diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-26 20:02:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-26 20:02:36 +0000 |
commit | 2c53b6584d1f5e814f2ea4d48080385836a380e7 (patch) | |
tree | 6e457f8539f70bbcdd4704b6373217d63969a808 /sys/netinet/tcpip.h | |
parent | 685a19c16803716b9d0ad42deb2236204d438380 (diff) |
indent
Diffstat (limited to 'sys/netinet/tcpip.h')
-rw-r--r-- | sys/netinet/tcpip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index ff94d4502b3..3e5f7829942 100644 --- a/sys/netinet/tcpip.h +++ b/sys/netinet/tcpip.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpip.h,v 1.3 1997/02/24 14:06:47 niklas Exp $ */ +/* $OpenBSD: tcpip.h,v 1.4 1997/08/26 20:02:35 deraadt Exp $ */ /* $NetBSD: tcpip.h,v 1.6 1995/11/21 01:07:44 cgd Exp $ */ /* @@ -40,7 +40,7 @@ * Tcp+ip header, after ip options removed. */ struct tcpiphdr { - struct ipovly ti_i; /* overlaid ip structure */ + struct ipovly ti_i; /* overlaid ip structure */ struct tcphdr ti_t; /* tcp header */ }; #define ti_x1 ti_i.ih_x1 |