diff options
Diffstat (limited to 'lib/blkid/ChangeLog')
-rw-r--r-- | lib/blkid/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/blkid/ChangeLog b/lib/blkid/ChangeLog index 88963e30..a5b06a6c 100644 --- a/lib/blkid/ChangeLog +++ b/lib/blkid/ChangeLog @@ -1,3 +1,18 @@ +2003-03-06 Theodore Tso <tytso@mit.edu> + + * blkid_types.h.in: Don't redefine types if other e2fsprogs + *_types.h files have been included already. + + * list.h, probe.h: Use static inline instead of extern inline to + comply with C99 inline support. + + * devname.c (blkid_probe_all): Avoid GCC extension; don't + initialize an array with the address of an automatic + variable. + + * Makefile.in: Eliminate -Wall as a C compiler option by default; + it's not portable. + 2003-03-02 Theodore Ts'o <tytso@mit.edu> * Makefile.in: Don't install list.h, since it's not used by the |