diff options
author | tv <tv> | 1998-03-19 20:24:10 +0000 |
---|---|---|
committer | tv <tv> | 1998-03-19 20:24:10 +0000 |
commit | 2ba7fca672ba7dd98109c928c41faf8f7c7b1746 (patch) | |
tree | 96f181fdff5538b1364cb3a6ca443f20a53ae7fa /security | |
parent | 727d77e40f889257f1e18e15a1e46cb478ad4086 (diff) | |
download | pkgsrc-2ba7fca672ba7dd98109c928c41faf8f7c7b1746.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 |