aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorParag Nemade <pnemade@redhat.com>2020-11-22 12:13:27 +0000
committerTatsuya Kinoshita <tats@debian.org>2020-11-22 12:13:27 +0000
commitf1fd7215d2e031679b64f647744bab3da710716c (patch)
tree942baf52d62da59f3f32068ed191ae5f3e77d34c /main.c
parentUpdate ChangeLog (diff)
downloadw3m-f1fd7215d2e031679b64f647744bab3da710716c.tar.gz
w3m-f1fd7215d2e031679b64f647744bab3da710716c.zip
Fix FTBFS due to redefinition of sys_errlist
Origin: https://src.fedoraproject.org/rpms/w3m/c/99f30870caac12a3949b6736aa70b7233f4414d5?branch=master Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1038009 Bug-MacPorts: https://trac.macports.org/ticket/61356
Diffstat (limited to '')
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index 2d08762..7bcf898 100644
--- a/main.c
+++ b/main.c
@@ -435,10 +435,6 @@ main(int argc, char **argv, char **envp)
textdomain(PACKAGE);
#endif
-#ifndef HAVE_SYS_ERRLIST
- prepare_sys_errlist();
-#endif /* not HAVE_SYS_ERRLIST */
-
NO_proxy_domains = newTextList();
fileToDelete = newTextList();