summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorhwr <hwr@pkgsrc.org>1998-12-01 13:50:44 +0000
committerhwr <hwr@pkgsrc.org>1998-12-01 13:50:44 +0000
commit1c151468caac0728a710d94af6d6d30725e90b62 (patch)
treebd0546270f54bf5201232bb966819dbdb46eed14 /net/ntop
parentb9894209a6e715c50becafd203d75e956745b816 (diff)
downloadpkgsrc-1c151468caac0728a710d94af6d6d30725e90b62.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"