Adam, I think I've narrowed it down to the CONFIG_MAGIC_SYSRQ option. If that is turned off, I get the errors. There's an ifdef in /usr/src/linux-2.4.21/include/linux/sysrq.h that has an else clause that uses EINVAL around line 95. If it is turned on, that doesn't get compiled, so no error.
Mark -----Original Message----- From: Adam Thornton [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2003 11:38 PM To: Post, Mark K Subject: Re: Compilation Error with Linux-2.4.21 in module ctrlchar.c On Sun, Sep 14, 2003 at 08:05:24PM -0400, Post, Mark K wrote: > +#include <linux/errno.h> Weird. I compiled 2.4.21 with those patches plus some of Leland's and did not see the same error. Adam
