diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-12-19 23:33:08 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-12-19 23:33:08 +0000 |
| commit | d342b533eb3bef84bd8d4d8e0b3c240ca077c9db (patch) | |
| tree | 02d92f8109acff4ce23bc309431c9d4507db93bf /sys/netinet/ip.h | |
| parent | 214279cec9f8f0168e39bd9ff34d706537c42041 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip.h')
| -rw-r--r-- | sys/netinet/ip.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index 2474b8576247e..705d21bd4f1cc 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip.h 8.2 (Berkeley) 6/1/94 - * $Id$ + * $Id: ip.h,v 1.12 1997/02/22 09:41:31 peter Exp $ */ #ifndef _NETINET_IP_H_ @@ -45,10 +45,6 @@ /* * Structure of an internet header, naked of options. - * - * We declare ip_len and ip_off to be short, rather than u_short - * pragmatically since otherwise unsigned comparisons can result - * against negative integers quite easily, and fail in subtle ways. */ struct ip { #ifdef _IP_VHL |
