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-warnings | |
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-warnings')
-rw-r--r-- | security/tripwire/files/patch-warnings | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/security/tripwire/files/patch-warnings b/security/tripwire/files/patch-warnings deleted file mode 100644 index ddd14eff68c6..000000000000 --- a/security/tripwire/files/patch-warnings +++ /dev/null @@ -1,33 +0,0 @@ -This patches remove some of the warnings produced by the compiler. - ---- src/siggen.c Mon Jul 25 11:24:12 1994 -+++ src/siggen.c Wed May 17 19:15:29 2000 -@@ -15,2 +15,3 @@ - #include "../include/config.h" -+#include <unistd.h> - #include <stdio.h> -@@ -104,4 +104,6 @@ -+ -+/* forward declaration, to avoid compiler warnings */ -+int siggen(int); - - int - main(argc, argv) ---- aux/byteorder.c Fri Jul 15 07:02:36 1994 -+++ aux/byteorder.c Wed May 17 19:12:42 2000 -@@ -22,3 +22,3 @@ - --void -+int - main() -@@ -34,2 +34,3 @@ - -+#warning "the shift-width warning below can be ignored" - if (sizeof(int32) > 4) ---- aux/types.c Sun Dec 12 23:02:27 1993 -+++ aux/types.c Wed May 17 19:23:21 2000 -@@ -24,3 +24,3 @@ - --void -+int - main(argc, argv) |