diff options
author | 2006-02-04 20:31:59 +0000 | |
---|---|---|
committer | 2006-02-04 20:31:59 +0000 | |
commit | 9499d879e4d91321e48fa7ee7fe7ddc342ffc394 (patch) | |
tree | d5c61a41a69fcdd423c98cd0701996efea369c58 /net-misc/proxytunnel | |
parent | Version Bump. (diff) | |
download | gentoo-2-9499d879e4d91321e48fa7ee7fe7ddc342ffc394.tar.gz gentoo-2-9499d879e4d91321e48fa7ee7fe7ddc342ffc394.tar.bz2 gentoo-2-9499d879e4d91321e48fa7ee7fe7ddc342ffc394.zip |
touchup
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-misc/proxytunnel')
-rw-r--r-- | net-misc/proxytunnel/files/proxytunnel-1.5.0-accept-takes-socklen_t.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/proxytunnel/files/proxytunnel-1.5.0-accept-takes-socklen_t.patch b/net-misc/proxytunnel/files/proxytunnel-1.5.0-accept-takes-socklen_t.patch index 80365fa97ab6..745c690617d2 100644 --- a/net-misc/proxytunnel/files/proxytunnel-1.5.0-accept-takes-socklen_t.patch +++ b/net-misc/proxytunnel/files/proxytunnel-1.5.0-accept-takes-socklen_t.patch @@ -1,5 +1,5 @@ ---- proxytunnel.c.orig 2006-02-04 15:20:47.000000000 -0500 -+++ proxytunnel.c 2006-02-04 15:21:22.000000000 -0500 +--- proxytunnel.c ++++ proxytunnel.c @@ -149,7 +149,7 @@ int listen_sd; struct sockaddr_in sa_serv; |