The following commit has been merged in the master branch:
commit 3ca41e2ae851f012a28914ebb79eb472834e2d72
Author: Guillem Jover <[email protected]>
Date:   Tue Sep 15 14:13:54 2009 +0200

    Move LISTFILE macro from libdpkg to dpkg
    
    This is a private macro, internal to the file database handling code,
    currently in dpkg only.

diff --git a/lib/dpkg/dpkg.h b/lib/dpkg/dpkg.h
index e875a7d..afe650f 100644
--- a/lib/dpkg/dpkg.h
+++ b/lib/dpkg/dpkg.h
@@ -65,7 +65,6 @@ DPKG_BEGIN_DECLS
 #define POSTINSTFILE       "postinst"
 #define PRERMFILE          "prerm"
 #define POSTRMFILE         "postrm"
-#define LISTFILE           "list"
 #define TRIGGERSCIFILE     "triggers"
 
 #define STATUSFILE        "status"
diff --git a/src/filesdb.h b/src/filesdb.h
index 0a9144b..149e035 100644
--- a/src/filesdb.h
+++ b/src/filesdb.h
@@ -144,6 +144,8 @@ gid_t statdb_parse_gid(const char *str);
 mode_t statdb_parse_mode(const char *str);
 void ensure_statoverrides(void);
 
+#define LISTFILE           "list"
+
 void ensure_packagefiles_available(struct pkginfo *pkg);
 void ensure_allinstfiles_available(void);
 void ensure_allinstfiles_available_quiet(void);

-- 
dpkg's main repository


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

Reply via email to