opnsense-ports/sysutils/uniutils/files/patch-unifuzz.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
304 B
C

--- unifuzz.c.orig 2008-04-04 06:30:58.000000000 +0200
+++ unifuzz.c 2013-09-05 09:50:49.000000000 +0200
@@ -97,7 +97,7 @@
}
/* Emit the middle character from each range */
-EmitAllRanges(short AboveBMPP) {
+void EmitAllRanges(short AboveBMPP) {
int i;
UTF32 scp;
extern int Ranges_Defined;