[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:16:57 UTC 2009
The following commit has been merged in the upstream branch:
commit a96fca75b92156a20484305ccbdec5ac6072db38
Author: Clint Adams <schizo at debian.org>
Date: Sun Oct 17 22:05:57 2004 +0000
fix tcp breakage from previous patch
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-38
diff --git a/faked.c b/faked.c
index 1be92eb..6e74edd 100644
--- a/faked.c
+++ b/faked.c
@@ -1051,6 +1051,7 @@ int main(int argc, char **argv){
if (bind(sd, (struct sockaddr *) &addr, sizeof (addr)) < 0)
fail("bind");
+ }
#endif /* FAKEROOT_FAKENET */
#ifndef FAKEROOT_FAKENET
if(debug)
--
fakeroot
More information about the Fakeroot-commits
mailing list