2.1.96 compile problem

Marc Lehmann (pcg@goof.com)
Fri, 17 Apr 1998 23:15:50 +0200


in case nobody noticed (I still don't receive the kernel digests),
2.1.96/kernel/kmod.c does not compile, because what reads:

kernel_thread(kmod_thread, NULL, CLONE_FILES | CLONE_FS | CLONE_SIGHAND);
^
^

is NOT a space but a 0xa0 (160, 0240). Changing it into a normal space
let it compile normally.

-----==- |
----==-- _ |
---==---(_)__ __ ____ __ Marc Lehmann +--
--==---/ / _ \/ // /\ \/ / pcg@goof.com |e|
-=====/_/_//_/\_,_/ /_/\_\ --+
The choice of a GNU generation |
|

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