summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-08-18 21:47:57 +0000
committerderaadt <deraadt@openbsd.org>1996-08-18 21:47:57 +0000
commit7f11cea23d4c0107cfdfda3acc8c68ebf5d06f05 (patch)
tree8e802398faf6f6326e6d799b5ae1b12e5635847d
parentFix order of parameters to compare function. Man page says (key, element) (diff)
downloadwireguard-openbsd-7f11cea23d4c0107cfdfda3acc8c68ebf5d06f05.tar.xz
wireguard-openbsd-7f11cea23d4c0107cfdfda3acc8c68ebf5d06f05.zip
ifdef CSLIP
-rw-r--r--usr.sbin/tcpdump/print-sl.c4
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>