Convert last remaining function in ip_gre.c to ANSI C function

declaration.

MFC after:	1 week
This commit is contained in:
Robert Watson 2006-01-22 01:08:30 +00:00
parent ed75546c77
commit d0c75d36b9

View File

@ -310,9 +310,7 @@ gre_mobile_input(struct mbuf *m, int hlen)
* in_gre.c during destroy.
*/
static struct gre_softc *
gre_lookup(m, proto)
struct mbuf *m;
u_int8_t proto;
gre_lookup(struct mbuf *m, u_int8_t proto)
{
struct ip *ip = mtod(m, struct ip *);
struct gre_softc *sc;