summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorhwr <hwr>1998-12-01 13:50:44 +0000
committerhwr <hwr>1998-12-01 13:50:44 +0000
commit7355215d3f9329c410b4cef6c5d2cb590f12b328 (patch)
treebd0546270f54bf5201232bb966819dbdb46eed14 /net/ntop
parent18f84854b4ec054eea0c234932fe131f7fb9a7a8 (diff)
downloadpkgsrc-7355215d3f9329c410b4cef6c5d2cb590f12b328.tar.gz
Fixes PR6513 by <Matthias.Grutzeck@teco.edu>.
XXX this should be changed to include <net/ethertypes.h> in post 1.3.2 worlds.
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/patches/patch-ab5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ntop/patches/patch-ab b/net/ntop/patches/patch-ab
index fcbf2d7f504..67059fe9cb0 100644
--- a/net/ntop/patches/patch-ab
+++ b/net/ntop/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 1998/10/13 03:46:07 kim Exp $
+$NetBSD: patch-ab,v 1.5 1998/12/01 13:50:44 hwr Exp $
--- ntop.h.orig Mon Oct 5 12:18:41 1998
+++ ntop.h Mon Oct 12 22:44:29 1998
@@ -17,6 +17,9 @@ $NetBSD: patch-ab,v 1.4 1998/10/13 03:46:07 kim Exp $
+#ifndef ETHERTYPE_ATALK
+#define ETHERTYPE_ATALK 0x809b
+#endif
++#ifndef ETHERTYPE_AARP
++#define ETHERTYPE_AARP 0x80f3
++#endif
#include "interface.h"
#include "setsignal.h"