summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-check.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2017-01-29 14:47:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2017-01-29 14:47:22 +0000
commitb111b35ebf940a8dacf18d08add3c126a5425d42 (patch)
tree01ef7161d77f12b7fe03b8a1413aa5bd14457ef7 /misc/estic/files/patch-check.h
parentdevel/py-oslo.versionedobjects: update to 1.21.0 (diff)
- add LICENSE
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
Notes
Notes: svn path=/head/; revision=432752
Diffstat (limited to 'misc/estic/files/patch-check.h')
-rw-r--r--misc/estic/files/patch-check.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/estic/files/patch-check.h b/misc/estic/files/patch-check.h
index 4db36dc5d45b..c378b33f5152 100644
--- a/misc/estic/files/patch-check.h
+++ b/misc/estic/files/patch-check.h
@@ -1,6 +1,6 @@
---- spunk/check.h.orig Tue Jul 30 20:10:26 1996
-+++ spunk/check.h Thu Dec 23 20:54:22 2004
-@@ -38,9 +38,6 @@
+--- spunk/check.h.orig 1996-11-07 17:06:46 UTC
++++ spunk/check.h
+@@ -38,9 +38,6 @@ extern const char* _MsgCheckFailed;
extern
@@ -8,5 +8,5 @@
-volatile
-#endif
void (*CheckFailed) (const char* Msg, const char* Cond, int Code,
- const char* File, int Line);
+ const char* File, int Line);
// Function pointer that is called from Check if the condition code is true.