diff options
author | joda <joda@pkgsrc.org> | 2001-12-10 15:32:41 +0000 |
---|---|---|
committer | joda <joda@pkgsrc.org> | 2001-12-10 15:32:41 +0000 |
commit | c40179e7d3886932388abdfa0eb81cb26500f777 (patch) | |
tree | 8fd073e6d49292d6c7283135120b37eecccc73e4 /www/dillo/patches | |
parent | f2fb1e1c2e0b735486ec140e415ef56214cdb104 (diff) | |
download | pkgsrc-c40179e7d3886932388abdfa0eb81cb26500f777.tar.gz |
uhm, typo in previous
Diffstat (limited to 'www/dillo/patches')
-rw-r--r-- | www/dillo/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/dillo/patches/patch-ab b/www/dillo/patches/patch-ab index 49c369a1c49..253a81a30d9 100644 --- a/www/dillo/patches/patch-ab +++ b/www/dillo/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 2001/12/10 15:28:12 joda Exp $ +$NetBSD: patch-ab,v 1.2 2001/12/10 15:32:42 joda Exp $ --- src/IO/http.c.orig Tue Oct 16 17:53:53 2001 +++ src/IO/http.c Mon Dec 10 16:20:42 2001 @@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.1 2001/12/10 15:28:12 joda Exp $ SocketData_t *S = a_Klist_get_data(ValidSocks, (gint)Info->LocalKey); /* Set remaining parms. */ -+ memset(&name, 0, sizeof(sin)); ++ memset(&name, 0, sizeof(name)); name.sin_family = AF_INET; name.sin_port = S->port ? htons(S->port) : htons(DILLO_URL_HTTP_PORT); name.sin_addr.s_addr = htonl(S->ip_addr); |