head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_1:1.1
	old_RELEASE_4_1_0:1.1
	old_RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.02.27.12.55.34;	author cy;	state Exp;
branches;
next	1.1;

1.1
date	2000.05.29.02.27.44;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Port repo-copied from tripwire to tripwire12 to make way for the new 2.3.1-2 port.
@
text
@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)
@


1.1
log
@- Fix some of the compiler warnings (see patches/patch-warnings)
- Fix the Makefiles to obey the CC and CFLAGS settings
- Fix patches/patch-ab to be PREFIX/LOCALBASE safe
- Fix the post-install to not compress the gunzip and tripwire executables
  that go onto a floppy -- there is no support for the gzip-ed ELF binaries
  at all, and even for the older AOUT ones such support was optional
- Replaces the /kernel with `sysctl -n kern.bootfile` in the tw.conf as the
  tw.conf.freebsd2 is copied into the right place.
- Replace the use of mktemp(3) with tmpfile(3) (see patches/patch-mktemp).
  This also caused a removal of a few buffers (of size MAXPATHLEN+256) and
  quite a few strcpy and sprintf invocations.

PR:		18634
Submitted by:	Mikhail Teterin <mi@@aldan.algebra.com>
@
text
@@

