aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-08-27 00:00:44 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-08-27 00:00:44 -0400
commit0bb740621f33f54161416684b9003e93f11d2779 (patch)
tree71a9935c321d3e22cfd817b8f72ecadb8a680d87 /debian
parent7515a7447836708241b2b30ca7d70d1257265e75 (diff)
downloade2fsprogs-0bb740621f33f54161416684b9003e93f11d2779.tar.gz
libblkid: Unexport the private symbol blkid_devdirs
blkid_devdirs was defined in blkidP.h and was never intended to be used outside of the library. Since it no longer needs to be shared across object files, rename it and turn it into a static variable. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian')
-rw-r--r--debian/libblkid1.symbols2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libblkid1.symbols b/debian/libblkid1.symbols
index 889331b1..c304b837 100644
--- a/debian/libblkid1.symbols
+++ b/debian/libblkid1.symbols
@@ -7,7 +7,7 @@ libblkid.so.1 libblkid1 #MINVER#
blkid_dev_iterate_end@Base 1.37-2sarge1
blkid_dev_next@Base 1.37-2sarge1
blkid_dev_set_search@Base 1.38-1
- blkid_devdirs@Base 1.37-2sarge1
+#MISSING: 1.41.1-1# blkid_devdirs@Base 1.37-2sarge1
blkid_devno_to_devname@Base 1.37-2sarge1
blkid_find_dev_with_tag@Base 1.37-2sarge1
blkid_find_tag_dev@Base 1.37-2sarge1