The following commit has been merged in the master branch:
commit ae3500585ce59833e7b3094e1615fa273d7b8527
Author: Guillem Jover <[email protected]>
Date: Sat Feb 26 17:47:00 2011 +0100
libdpkg: Make dir_sync() private
diff --git a/lib/dpkg/dir.c b/lib/dpkg/dir.c
index dcfeeae..73dbb1d 100644
--- a/lib/dpkg/dir.c
+++ b/lib/dpkg/dir.c
@@ -40,7 +40,7 @@
* @param dir The directory to sync.
* @param path The name of the directory to sync (for error messages).
*/
-void
+static void
dir_sync(DIR *dir, const char *path)
{
int fd;
diff --git a/lib/dpkg/dir.h b/lib/dpkg/dir.h
index 560abf8..ad8fa83 100644
--- a/lib/dpkg/dir.h
+++ b/lib/dpkg/dir.h
@@ -27,7 +27,6 @@
DPKG_BEGIN_DECLS
-void dir_sync(DIR *dir, const char *path);
void dir_sync_path(const char *path);
void dir_sync_path_parent(const char *path);
void dir_sync_contents(const char *path);
diff --git a/lib/dpkg/libdpkg.Versions b/lib/dpkg/libdpkg.Versions
index fca0a7c..ed53e4d 100644
--- a/lib/dpkg/libdpkg.Versions
+++ b/lib/dpkg/libdpkg.Versions
@@ -77,7 +77,6 @@ LIBDPKG_PRIVATE {
path_make_temp_template;
path_quote_filename;
- dir_sync;
dir_sync_path;
dir_sync_contents;
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]