]> git.pld-linux.org Git - packages/wget.git/commitdiff
- #define _XOPEN_SOURCE before including <time.h> so strptime() prototype is included...
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 28 Jan 2004 09:56:35 +0000 (09:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wget-strptime.patch -> 1.1

wget-strptime.patch [new file with mode: 0644]

diff --git a/wget-strptime.patch b/wget-strptime.patch
new file mode 100644 (file)
index 0000000..20f298b
--- /dev/null
@@ -0,0 +1,12 @@
+diff -dur wget-1.9.1.orig/src/http.c wget-1.9.1/src/http.c
+--- wget-1.9.1.orig/src/http.c 2003-10-15 01:32:15.000000000 +0200
++++ wget-1.9.1/src/http.c      2004-01-28 10:50:00.757788465 +0100
+@@ -30,6 +30,7 @@
+ #include <config.h>
++#define _XOPEN_SOURCE
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <sys/types.h>
+Only in wget-1.9.1/src: http.c~
This page took 0.110945 seconds and 4 git commands to generate.