From: Volker Lendecke Date: Mon, 8 Sep 2008 14:23:36 +0000 (+0200) Subject: Thanks metze for pointing out the missing extern :-) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b62540cd48212a80c8cb4a264f740591a0229944;p=thirdparty%2Fsamba.git Thanks metze for pointing out the missing extern :-) --- diff --git a/source/lib/sharesec.c b/source/lib/sharesec.c index 5eaa25ac593..33f66ca47f5 100644 --- a/source/lib/sharesec.c +++ b/source/lib/sharesec.c @@ -29,7 +29,7 @@ static struct db_context *share_db; /* used for share security descriptors */ /* Map generic permissions to file object specific permissions */ -const struct generic_mapping file_generic_mapping; +extern const struct generic_mapping file_generic_mapping; static int delete_fn(struct db_record *rec, void *priv) {