[packages/httping] - obsoleted

kiesiu kiesiu at pld-linux.org
Tue Apr 9 21:25:10 CEST 2013


commit 55f3198e2c817b461794d3f39a73b50a2c792a5e
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Tue Apr 9 21:21:47 2013 +0200

    - obsoleted

 httping-strndup.patch | 29 -----------------------------
 1 file changed, 29 deletions(-)
---
diff --git a/httping-strndup.patch b/httping-strndup.patch
deleted file mode 100644
index 56a26ba..0000000
--- a/httping-strndup.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -burNp httping-1.4.1/str.c httping-1.4.1-dud/str.c
---- httping-1.4.1/str.c	2010-01-10 21:35:22.000000000 +0100
-+++ httping-1.4.1-dud/str.c	2010-03-11 23:54:21.986538283 +0100
-@@ -18,14 +18,3 @@
- #include "mem.h"
- #include "utils.h"
- 
--#ifndef _GNU_SOURCE
--char *strndup(char *in, int size)
--{
--	char *out = mymalloc(size + 1, "strndup");
--
--	memcpy(out, in, size);
--	out[size] = 0x00;
--
--	return out;
--}
--#endif
-diff -burNp httping-1.4.1/str.h httping-1.4.1-dud/str.h
---- httping-1.4.1/str.h	2010-01-10 21:35:22.000000000 +0100
-+++ httping-1.4.1-dud/str.h	2010-03-11 23:53:46.336542947 +0100
-@@ -14,7 +14,3 @@
- */
- 
- #include <string.h>
--
--#ifndef _GNU_SOURCE
--char *strndup(char *in, int size);
--#endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/httping.git/commitdiff/3bc39c32c160bf999481f203e4d79115e5fe7587



More information about the pld-cvs-commit mailing list