[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Timo Savola
tsavola at movial.fi
Sun Nov 15 03:17:01 UTC 2009
The following commit has been merged in the upstream branch:
commit 3f583d393f5b88d10f52a619b03da3ac9d4569bc
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