opnsense-ports/misc/estic/files/patch-check.cc
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

12 lines
287 B
C++

--- spunk/check.cc.orig Tue Jul 30 20:10:24 1996
+++ spunk/check.cc Thu Dec 23 20:52:21 2004
@@ -50,9 +50,6 @@
// The fail vector
-#ifdef __GNUC__
-volatile
-#endif
void (*CheckFailed) (const char*, const char* Cond,
int Code, const char* File, int Line) = _CheckFailed;