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/udp_var.h | |
parent | 685a19c16803716b9d0ad42deb2236204d438380 (diff) |
indent
Diffstat (limited to 'sys/netinet/udp_var.h')
-rw-r--r-- | sys/netinet/udp_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h index 43dd5ac32d4..aa979c34260 100644 --- a/sys/netinet/udp_var.h +++ b/sys/netinet/udp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: udp_var.h,v 1.4 1997/08/09 23:36:28 millert Exp $ */ +/* $OpenBSD: udp_var.h,v 1.5 1997/08/26 20:02:35 deraadt Exp $ */ /* $NetBSD: udp_var.h,v 1.12 1996/02/13 23:44:41 christos Exp $ */ /* @@ -40,7 +40,7 @@ * UDP kernel structures and variables. */ struct udpiphdr { - struct ipovly ui_i; /* overlaid ip structure */ + struct ipovly ui_i; /* overlaid ip structure */ struct udphdr ui_u; /* udp header */ }; #define ui_x1 ui_i.ih_x1 |