diff options
author | tv <tv@pkgsrc.org> | 1998-03-19 20:24:10 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-03-19 20:24:10 +0000 |
commit | 0f4a239723a345c34fa17045cd045fb42144663d (patch) | |
tree | 96f181fdff5538b1364cb3a6ca443f20a53ae7fa /security | |
parent | 34e701683cde5993624bb80e1e55617af87f2b62 (diff) | |
download | pkgsrc-0f4a239723a345c34fa17045cd045fb42144663d.tar.gz |
Grumble. Should have been <sys/types.h> and not <machine/endian.h>.
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp2/patches/patch-aa | 2 |
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 |