-$Id: CHANGES,v 1.166 2002/02/27 09:47:48 stelian Exp $
+$Id: CHANGES,v 1.167 2002/03/11 10:17:42 stelian Exp $
Changes between versions 0.4b27 and 0.4b28 (released ?????????????????)
=======================================================================
the dump. Thanks to Andrew Donkin <ard@waikato.ac.nz> for
reporting this issue.
+5. Removed the inclusion of some kernel headers in the dump
+ source, which prevented the compile in some kernel/glibc
+ headers/architecture combination. Thanks to Bdale Garbee
+ <bdale@gag.com> for reporting the bug.
+
Changes between versions 0.4b26 and 0.4b27 (released February 15, 2002)
=======================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.69 2002/01/31 10:49:17 stelian Exp $";
+ "$Id: main.c,v 1.70 2002/03/11 10:17:43 stelian Exp $";
#endif /* not lint */
#include <config.h>
#include <sys/time.h>
#include <time.h>
#ifdef __linux__
-#include <linux/fs.h>
#ifdef HAVE_EXT2FS_EXT2_FS_H
#include <ext2fs/ext2_fs.h>
#else
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.64 2002/02/27 09:47:48 stelian Exp $";
+ "$Id: tape.c,v 1.65 2002/03/11 10:17:43 stelian Exp $";
#endif /* not lint */
#include <config.h>
#include <sys/wait.h>
#include <sys/mtio.h>
#ifdef __linux__
-#include <linux/fs.h>
-#undef atomic_read /* this get wrongly defined in kernel */
- /* headers and we don't want it */
#ifdef HAVE_EXT2FS_EXT2_FS_H
#include <ext2fs/ext2_fs.h>
#else