summaryrefslogtreecommitdiff
path: root/security/pgp2/patches
diff options
context:
space:
mode:
authortv <tv>1998-03-19 20:24:10 +0000
committertv <tv>1998-03-19 20:24:10 +0000
commit99f89375f46a93bb8108c42da47a438b590ee00f (patch)
tree96f181fdff5538b1364cb3a6ca443f20a53ae7fa /security/pgp2/patches
parent9bd9b9cbf39db30df7b04f31b4035e1432907fbc (diff)
downloadpkgsrc-99f89375f46a93bb8108c42da47a438b590ee00f.tar.gz
Grumble. Should have been <sys/types.h> and not <machine/endian.h>.
Diffstat (limited to 'security/pgp2/patches')
-rw-r--r--security/pgp2/patches/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgp2/patches/patch-aa b/security/pgp2/patches/patch-aa
index 6b85520d742..fd9beaf01d2 100644
--- a/security/pgp2/patches/patch-aa
+++ b/security/pgp2/patches/patch-aa
@@ -47,7 +47,7 @@
#define USUALS
+#ifdef __NetBSD__
-+#include <machine/endian.h>
++#include <sys/types.h>
+#if BYTE_ORDER == BIG_ENDIAN
+#define HIGHFIRST
+#endif