linux-2.1.113 & sys/debugreg.h
John Kennedy
jk@csuchico.edu
Mon Aug 10 15:56:00 GMT 1998
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
More information about the Libc-alpha
mailing list