opnsense-ports/math/p5-Bit-ShiftReg/files/patch-lib_defs.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

11 lines
419 B
C

--- ./lib_defs.h.orig 2013-10-05 00:19:24.238806604 +0400
+++ ./lib_defs.h 2013-10-05 00:19:56.892159090 +0400
@@ -62,7 +62,7 @@
#undef TRUE
#define TRUE (0==0)
-typedef enum { false = FALSE , true = TRUE } boolean;
+typedef enum { _false = FALSE , _true = TRUE } boolean;
#define blockdef(name,size) unsigned char name[size]
#define blocktypedef(name,size) typedef unsigned char name[size]