summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_gre.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c
index e9a2ace..0faf84e 100644
--- a/sys/netinet/ip_gre.c
+++ b/sys/netinet/ip_gre.c
@@ -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;
OpenPOWER on IntegriCloud