diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-03-01 01:47:15 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-03-01 01:47:15 +0000 |
commit | a6459ea267edc65be49643d7dbaf21aef748a6b9 (patch) | |
tree | 95c3922ca5d84f1fd08078adc3c6a6a1b808cccc /security/tripwire/files/patch-ac | |
parent | First step towards a working port. (diff) |
Update from 1.2 (academic source release) to 2.3.1-2 (open source Linux
release). In relation to Tripwire 1.x, 2.x is a complete rewrite.
PR: ports/29137
Submitted by: nectar (first review), cjc (second review)
Notes
Notes:
svn path=/head/; revision=55363
Diffstat (limited to 'security/tripwire/files/patch-ac')
-rw-r--r-- | security/tripwire/files/patch-ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/security/tripwire/files/patch-ac b/security/tripwire/files/patch-ac deleted file mode 100644 index bad090157860..000000000000 --- a/security/tripwire/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -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 - |