head	1.2;
access;
symbols
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.11.22.13.23.21;	author sobomax;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Say goodbye to the junkbuster-zlib - its functionality has been integrated
into the main junkbuster port.
@
text
@diff -ruN /usr/ports/www/ijb/work/ijb20/loaders.h ./loaders.h
--- /usr/ports/www/ijb/work/ijb20/loaders.h	Wed Dec 31 21:00:00 1969
+++ ./loaders.h	Mon Feb 28 02:22:47 2000
@@@@ -0,0 +1,6 @@@@
+#ifndef __LOADERS_H_INCLUDE__
+#define __LOADERS_H_INCLUDE__
+
+void * zalloc(int);
+
+#endif /* __LOADERS_H_INCLUDE__ */
@


1.1
log
@Use gnuregex library in the base system instead of the old one provided
by the port.  Also cleanup all warning messages when compiling with -Wall.

PR:		17035
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@@linf.unb.br>
@
text
@@

