RE: Haunted system

Jon Evans (jon@evansoft.demon.co.uk)
Wed, 15 Apr 1998 11:20:17 +0100


Hi Mike,

> line 116 of kmod.c from 2.1.96 is putting the hurt on gcc for some reason:
> kernel_thread(kmod_thread, NULL, CLONE_FILES | CLONE_FS | CLONE_SIGHAND);
> kmod.c: In function `kmod_init':
> kmod.c:117: parse error before character 0240

^^^^^^^^^^^^^^
Here is the clue....

There is a spurious char #240 after the first (I think) vertical bar
character. Look at it in a hex editor. I deleted it in vi and replaced it
with a space.

Jon.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu