summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-ay
diff options
context:
space:
mode:
Diffstat (limited to 'comms/estic/patches/patch-ay')
-rw-r--r--comms/estic/patches/patch-ay14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/estic/patches/patch-ay b/comms/estic/patches/patch-ay
new file mode 100644
index 00000000000..177d8c574c6
--- /dev/null
+++ b/comms/estic/patches/patch-ay
@@ -0,0 +1,14 @@
+$NetBSD: patch-ay,v 1.1 2003/12/28 21:53:45 tron Exp $
+
+--- ../spunk/check.h.orig 1996-11-07 18:06:46.000000000 +0100
++++ ../spunk/check.h 2003-12-28 22:50:57.000000000 +0100
+@@ -38,9 +38,6 @@
+
+
+ extern
+-#ifdef __GNUC__
+-volatile
+-#endif
+ void (*CheckFailed) (const char* Msg, const char* Cond, int Code,
+ const char* File, int Line);
+ // Function pointer that is called from Check if the condition code is true.