diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-04-01 04:44:00 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-04-01 04:44:00 +0000 |
commit | 28d7af23c3c29b0f6071d83da4a3d7cb8e408b51 (patch) | |
tree | dcff73f445c4afea3223fd189ee78889fba6cec5 /security/tripwire-131/files/patch-ac | |
parent | Upgrade, 2.13 -> 2.3.0. (diff) |
Initial import of Joe Greco's tripwire port.
Submitted by: jgreco@ns.sol.net
Notes
Notes:
svn path=/head/; revision=6084
Diffstat (limited to '')
-rw-r--r-- | security/tripwire-131/files/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/tripwire-131/files/patch-ac b/security/tripwire-131/files/patch-ac new file mode 100644 index 000000000000..bad090157860 --- /dev/null +++ b/security/tripwire-131/files/patch-ac @@ -0,0 +1,16 @@ +This patch eliminates a compiler warning about LITTLE_ENDIAN begin +redefined. + +*** sigs/sha/sha.c.orig Mon Jul 25 08:46:45 1994 +--- sigs/sha/sha.c Mon Mar 31 19:55:23 1997 +*************** +*** 47,52 **** +--- 47,54 ---- + #include "sha.h" + + #if BYTEORDER == 0x1234 ++ #undef BIG_ENDIAN ++ #undef LITTLE_ENDIAN + #define LITTLE_ENDIAN + #endif + |