commit | 0bb740621f33f54161416684b9003e93f11d2779 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Aug 27 00:00:44 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 27 00:00:44 2008 -0400 |
tree | 71a9935c321d3e22cfd817b8f72ecadb8a680d87 | |
parent | 7515a7447836708241b2b30ca7d70d1257265e75 [diff] |
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>