Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Undo last, it has unintended consequences (<sys/syst...
details: https://anonhg.NetBSD.org/src/rev/334b52df03d2
branches: trunk
changeset: 559751:334b52df03d2
user: he <he%NetBSD.org@localhost>
date: Tue Mar 23 10:50:31 2004 +0000
description:
Undo last, it has unintended consequences (<sys/systm.h> gets pulled
in too early in <sys/param.h>, causing clockframe/intrframe mixup on i386).
diffstat:
sys/sys/queue.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 9a6445a0310b -r 334b52df03d2 sys/sys/queue.h
--- a/sys/sys/queue.h Tue Mar 23 09:51:48 2004 +0000
+++ b/sys/sys/queue.h Tue Mar 23 10:50:31 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: queue.h,v 1.36 2004/03/23 09:51:48 he Exp $ */
+/* $NetBSD: queue.h,v 1.37 2004/03/23 10:50:31 he Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -80,10 +80,6 @@
* For details on the use of these macros, see the queue(3) manual page.
*/
-#ifdef QUEUEDEBUG
-#include <sys/systm.h>
-#endif
-
/*
* List definitions.
*/
Home |
Main Index |
Thread Index |
Old Index