From f0ed4ade4fdceffc42834315dcf974f361584f04 Mon Sep 17 00:00:00 2001 From: mlarkin Date: Sun, 28 May 2017 21:57:19 +0000 Subject: [PATCH] fix broken include on previous pipex commit ok deraadt --- sys/net/pipex_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/pipex_local.h b/sys/net/pipex_local.h index 18eb986f1f5..876eda21e57 100644 --- a/sys/net/pipex_local.h +++ b/sys/net/pipex_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex_local.h,v 1.27 2017/05/28 18:43:51 yasuoka Exp $ */ +/* $OpenBSD: pipex_local.h,v 1.28 2017/05/28 21:57:19 mlarkin Exp $ */ /* * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -393,7 +393,7 @@ Static void pipex_ip_input (struct mbuf *, struct pipex_session #ifdef INET6 Static void pipex_ip6_input (struct mbuf *, struct pipex_session *); #endif -Static struct mbuf *pipex_common_input(struct pipex_session *, struct mbuf *, int, int); +Static struct mbuf *pipex_common_input(struct pipex_session *, struct mbuf *, int, int, int); #ifdef PIPEX_PPPOE Static void pipex_pppoe_output (struct mbuf *, struct pipex_session *); -- 2.20.1