includes linux/lp.h or linux/wait.h inconsistent outside kernel

Stanislav Brabec (utx@k332.feld.cvut.cz)
Tue, 18 May 1999 00:48:54 +0200


Hallo kernel developers
compiling tunelp I have found inconsistency of headers __outside__ kernel.
The trouble is in skipping of definition wait_queue_head_t.

Following not works outside kernel:
#include <linux/lp.h>

Following works:
#define __KERNEL__
#include <linux/wait.h>
#undef __KERNEL__
#include <linux/lp.h>

-- Stanislav Brabec

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/