and we don't need it anyway.
+Fri Oct 23 18:59:19 1998 Martin Mares <mj@albireo.ucw.cz>
+
+ * setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
+
Mon Oct 19 21:53:30 1998 Martin Mares <mj@albireo.ucw.cz>
* Released as version 1.08.
/*
- * $Id: setpci.c,v 1.6 1998/10/19 13:37:44 mj Exp $
+ * $Id: setpci.c,v 1.7 1998/10/23 10:15:20 mj Exp $
*
* Linux PCI Utilities -- Manipulate PCI Configuration Registers
*
#include <asm/byteorder.h>
#include <asm/unistd.h>
-#ifdef __GLIBC__
+#if defined(__GLIBC__) && (__GLIBC_MAJOR__ <= 2 || __GLIBC_MINOR__ < 1)
#include <syscall-list.h>
#endif