Convert last remaining function in ip_gre.c to ANSI C function
declaration. MFC after: 1 week
This commit is contained in:
parent
ed75546c77
commit
d0c75d36b9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user