Deleted Added
full compact
2c2
< /* $FreeBSD: head/sys/net/if_gre.c 105194 2002-10-16 01:54:46Z sam $ */
---
> /* $FreeBSD: head/sys/net/if_gre.c 105300 2002-10-16 22:26:32Z alfred $ */
98,99c98,99
< static int gre_clone_create __P((struct if_clone *, int));
< static void gre_clone_destroy __P((struct ifnet *));
---
> static int gre_clone_create(struct if_clone *, int);
> static void gre_clone_destroy(struct ifnet *);
109c109
< static void greattach __P((void));
---
> static void greattach(void);