summaryrefslogtreecommitdiff
path: root/security/pgp2
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-03-19 20:24:10 +0000
committertv <tv@pkgsrc.org>1998-03-19 20:24:10 +0000
commit0f4a239723a345c34fa17045cd045fb42144663d (patch)
tree96f181fdff5538b1364cb3a6ca443f20a53ae7fa /security/pgp2
parent34e701683cde5993624bb80e1e55617af87f2b62 (diff)
downloadpkgsrc-0f4a239723a345c34fa17045cd045fb42144663d.tar.gz
Grumble. Should have been <sys/types.h> and not <machine/endian.h>.
Diffstat (limited to 'security/pgp2')
-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