The following commit has been merged in the master branch:
commit 1dbc6b9f37317966a956158bca3798328a4f525b
Author: Guillem Jover <[email protected]>
Date:   Mon Jul 13 14:29:31 2009 +0200

    dpkg: Make conffoptcells static

diff --git a/src/configure.c b/src/configure.c
index 2eef009..cce7a0a 100644
--- a/src/configure.c
+++ b/src/configure.c
@@ -49,7 +49,7 @@
 #include "filesdb.h"
 #include "main.h"
 
-int conffoptcells[2][2]= { CONFFOPTCELLS };
+static int conffoptcells[2][2] = { CONFFOPTCELLS };
 
 static void md5hash(struct pkginfo *pkg, char **hashbuf, const char *fn);
 static void copyfileperm(const char* source, const char* target);
diff --git a/src/main.h b/src/main.h
index f9fff6f..ca752ef 100644
--- a/src/main.h
+++ b/src/main.h
@@ -80,7 +80,6 @@ enum conffopt {
   cfo_identical      =   cfof_keep
 };
 
-extern int conffoptcells[2][2];
 extern const char *const statusstrings[];
 
 extern const struct cmdinfo *cipaction;

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to