diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-18 21:47:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-18 21:47:58 +0000 |
commit | c9f90e77184e0b4012f726ea92db22df93b42098 (patch) | |
tree | 6c58af333db1b5814e09eff53ee7df17003ed8d0 /usr.sbin/tcpdump | |
parent | 2bd315da6449ea0d5a3f8f2758dff489d30b01b4 (diff) |
ifdef CSLIP
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/print-sl.c | 4 |
1 files 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 <sys/param.h> #include <sys/time.h> #include <sys/timeb.h> |