summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-27 12:03:43 +0000
committerbrian <brian@FreeBSD.org>1998-06-27 12:03:43 +0000
commit2421d3c06a426e21d9cd7410d263f5f2e84e4858 (patch)
tree722646e28bab5a6109650805323f3c8a2de39d22 /usr.sbin/ppp/bundle.c
parent45ae42c55e09518d1fa7d192d1264b880d8ff707 (diff)
downloadFreeBSD-src-2421d3c06a426e21d9cd7410d263f5f2e84e4858.zip
FreeBSD-src-2421d3c06a426e21d9cd7410d263f5f2e84e4858.tar.gz
``struct tunnel_header'' -> u_int32_t in OpenBSD.
struct tunnel_header is going soon. Suggested by: Theo
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index d5ae0d5..78e8cb0 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bundle.c,v 1.22 1998/06/20 01:36:38 brian Exp $
+ * $Id: bundle.c,v 1.23 1998/06/24 19:33:30 brian Exp $
*/
#include <sys/param.h>
@@ -35,7 +35,6 @@
#include <net/if_dl.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
-#include <net/if_tun.h>
#include <sys/un.h>
#include <errno.h>
OpenPOWER on IntegriCloud