operating systems can't deal with variables in the common
section in shared libraries.
2003-03-17 Theodore Ts'o <tytso@mit.edu>
+ * cache.c: Initialize blkid_debug_mask to zero since some
+ operating systems can't deal with variables in the common
+ section in shared libraries.
+
* getsize.c (blkid_get_dev_size): Fix Apple Darwin port.
2003-03-06 <tytso@mit.edu>
#include <stdlib.h>
#include "blkidP.h"
-int blkid_debug_mask;
+int blkid_debug_mask = 0;
int blkid_get_cache(blkid_cache *ret_cache, const char *filename)
{