diff options
author | hwr <hwr> | 1998-12-01 13:50:44 +0000 |
---|---|---|
committer | hwr <hwr> | 1998-12-01 13:50:44 +0000 |
commit | 402eb7f951855e1ada5347376394893f4d7b2e9e (patch) | |
tree | bd0546270f54bf5201232bb966819dbdb46eed14 /net | |
parent | 0c1ef39879ddc3f44338e4ba5a74bc66f4fdc167 (diff) | |
download | pkgsrc-402eb7f951855e1ada5347376394893f4d7b2e9e.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')
-rw-r--r-- | net/ntop/patches/patch-ab | 5 |
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" |