Deleted Added
full compact
1,2c1,2
< /* $NetBSD: if_gre.h,v 1.10 2002/02/24 17:22:20 martin Exp $ */
< /* $FreeBSD: head/sys/net/if_gre.h 107670 2002-12-07 14:22:05Z sobomax $ */
---
> /* $NetBSD: if_gre.h,v 1.13 2003/11/10 08:51:52 wiz Exp $ */
> /* $FreeBSD: head/sys/net/if_gre.h 123992 2003-12-30 11:41:43Z sobomax $ */
119c119
< u_int16_t sre_family; /* adress family */
---
> u_int16_t sre_family; /* address family */
169c169
< u_short gre_in_cksum(u_short *p, u_int len);
---
> u_int16_t gre_in_cksum(u_int16_t *, u_int);