Hat Bugzilla #112448; thanks Thomas Woerner from Red Hat.)
+2004-02-21 Theodore Ts'o <tytso@mit.edu>
+
+ * ext2fs.h (ext2fs_resize_mem): Fix C++ problem. (Addresses Red
+ Hat Bugzilla #112448; thanks Thomas Woerner from Red Hat.)
+
2004-02-14 Theodore Ts'o <tytso@mit.edu>
* namei.c (follow_link): Correctly deal with symlinks that have
/*
* Resize memory
*/
-_INLINE_ errcode_t ext2fs_resize_mem(unsigned long old_size EXT2FS_ATTR((unused)),
+_INLINE_ errcode_t ext2fs_resize_mem(unsigned long EXT2FS_ATTR((unused)) old_size,
unsigned long size, void *ptr)
{
void *p;