From c9f90e77184e0b4012f726ea92db22df93b42098 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 18 Aug 1996 21:47:58 +0000 Subject: ifdef CSLIP --- usr.sbin/tcpdump/print-sl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/tcpdump/print-sl.c b/usr.sbin/tcpdump/print-sl.c index 297c4eae87f..dabd44d1cd9 100644 --- a/usr.sbin/tcpdump/print-sl.c +++ b/usr.sbin/tcpdump/print-sl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-sl.c,v 1.4 1996/07/13 11:01:30 mickey Exp $ */ +/* $OpenBSD: print-sl.c,v 1.5 1996/08/18 21:47:57 deraadt Exp $ */ /* * Copyright (c) 1989, 1990, 1991, 1993, 1994, 1995, 1996 @@ -26,7 +26,7 @@ static char rcsid[] = "@(#)Header: print-sl.c,v 1.36 96/06/23 02:11:46 leres Exp (LBL)"; #endif -#ifdef HAVE_NET_SLIP_H +#ifdef CSLIP #include #include #include -- cgit v1.2.3