Undo last, it has unintended consequences (<sys/systm.h> gets pulled
in too early in <sys/param.h>, causing clockframe/intrframe mixup on i386).
This commit is contained in:
parent
0e6e2d76d4
commit
9d4a1912c3
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user