1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/junkbuster-zlib/files/patch-af
Steve Price 14fd2072a9 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>
2000-04-30 20:36:05 +00:00

13 lines
407 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff -ruN /usr/ports/www/ijb/work/ijb20/gnu_regex.c ./gnu_regex.c
--- /usr/ports/www/ijb/work/ijb20/gnu_regex.c Mon Feb 28 02:35:10 2000
+++ ./gnu_regex.c Mon Feb 28 02:31:06 2000
@@ -131,7 +131,7 @@
#endif /* not emacs */
/* Get the interface, including the syntax bits. */
-#include "gnu_regex.h"
+#include "gnuregex.h"
/* isalpha etc. are used for the character classes. */
#include <ctype.h>