opnsense-ports/converters/recode/files/patch-src__recodext.h
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

9 lines
236 B
C

--- src/recodext.h 2001-01-04 09:36:54.000000000 -0500
+++ src/recodext.h 2013-05-13 16:14:46.000000000 -0400
@@ -219,5 +219,5 @@
/* Non zero if this one should be ignored. */
- bool ignore : 2;
+ bool ignore : 1;
};