[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Timo Savola tsavola at movial.fi
Tue Aug 23 13:05:38 UTC 2011


The following commit has been merged in the upstream branch:
commit 01a1d01c1a39922331247b8125273a805fb68e23
Author: Timo Savola <tsavola at movial.fi>
Date:   Mon May 23 12:19:18 2005 +0000

    Forward-declare cleanup()
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-70

diff --git a/faked.c b/faked.c
index 9d9093c..05c45ca 100644
--- a/faked.c
+++ b/faked.c
@@ -157,6 +157,8 @@ static volatile int detached = 0;
 int debug = 0, unknown_is_real = 0;
 char *save_file = NULL;
 
+void cleanup(int);
+
 #ifdef FAKEROOT_FAKENET
 static void fail(const char *msg)
 {

-- 
fakeroot



More information about the Fakeroot-commits mailing list