15 lines
369 B
Plaintext
15 lines
369 B
Plaintext
$OpenBSD: patch-include_schily_h,v 1.1 2006/12/30 20:25:59 naddy Exp $
|
|
--- include/schily.h.orig Sat Dec 30 20:56:06 2006
|
|
+++ include/schily.h Sat Dec 30 20:57:57 2006
|
|
@@ -290,6 +290,10 @@ extern int _openfd64 __PR((const char *,
|
|
#endif
|
|
#endif
|
|
|
|
+#define __malloc js_malloc
|
|
+#define __realloc js_realloc
|
|
+#define __savestr js_savestr
|
|
+
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|