summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2006-05-14 15:34:36 +0000
committerMichael Januszewski <spock@gentoo.org>2006-05-14 15:34:36 +0000
commit884bda4da51001c435fe7cd840d502779c1ec76c (patch)
tree8f29a410c81474a7158bfcaf9841db5ae4330481 /www-client/elinks/files
parentx86 (diff)
downloadgentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.tar.gz
gentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.tar.bz2
gentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.zip
Replaced elinks-0.11.1-time.patch with a better version from bug #133178.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'www-client/elinks/files')
-rw-r--r--www-client/elinks/files/elinks-0.11.1-time.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/elinks/files/elinks-0.11.1-time.patch b/www-client/elinks/files/elinks-0.11.1-time.patch
index 7caec8ef29e7..0ccfe1acf601 100644
--- a/www-client/elinks/files/elinks-0.11.1-time.patch
+++ b/www-client/elinks/files/elinks-0.11.1-time.patch
@@ -5,7 +5,7 @@ diff -Naurp elinks-0.11.1-orig/src/util/time.h elinks-0.11.1/src/util/time.h
#ifndef EL__UTIL_TIME_H
#define EL__UTIL_TIME_H
-+#include <unistd.h>
++#include <sys/types.h>
+
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>