7c32f87b50
upstream haven't made a real release in quite some time, and this fixes problems people have encountered). Change to DPB-friendly no_subpackage handling and don't use groff. Feedback/tweaks, fix for SSL timeout-related failure, and testing from Rogier Krieger.
16 lines
597 B
Plaintext
16 lines
597 B
Plaintext
$OpenBSD: patch-perdition_str_h,v 1.1 2013/03/15 15:17:36 sthen Exp $
|
|
|
|
avoid conflict with string.h
|
|
|
|
--- perdition/str.h.orig Sat Nov 13 10:42:15 2010
|
|
+++ perdition/str.h Sat Nov 13 10:42:24 2010
|
|
@@ -351,7 +351,7 @@ char *str_replace(char *str, size_t n, ...);
|
|
* the time.
|
|
**********************************************************************/
|
|
|
|
-const char *strcasestr(const char *haystack, const char *needle);
|
|
+const char *perdition_strcasestr(const char *haystack, const char *needle);
|
|
|
|
/**********************************************************************
|
|
* strcasedelimword
|