This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

linux-2.1.113 & sys/debugreg.h


08/10/98 @ 03:54:48 PM (Monday)

  In linux-2.1.113, they moved debugreg.h.
						--- john
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--- ./sysdeps/unix/sysv/linux/sys/debugreg.h.OLD	Thu Sep 26 20:44:16 1996
+++ ./sysdeps/unix/sysv/linux/sys/debugreg.h	Mon Aug 10 15:40:24 1998
@@ -1 +1,7 @@
+#include <linux/version.h>
+
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,113))
+#include <asm/debugreg.h>
+#else
 #include <linux/debugreg.h>
+#endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]