Messages in this thread Patch in this message |  | | Date | Sun, 09 Jun 1996 18:02:34 -0600 (CST) | From | Aaron Ucko <> | Subject | patch to fix klogd bug triggered by 2.0.0 |
| |
Klogd thinks the kernel version doesn't match because 131072 has 6 digits. Easy patch follows:
--- ksym.c~ Sat Feb 17 14:02:49 1996 +++ ksym.c Sun Jun 9 18:00:04 1996 @@ -403,7 +403,7 @@
{ - auto char vstring[6]; + auto char vstring[7];
auto int vnum, major,
-- Aaron Ucko (ucko@vax1.rockhurst.edu; finger for PGP public key) | httyp! "That's right," he said. "We're philosophers. We think, therefore we am." -- Terry Pratchett, _Small Gods_ | Geek Code 3.1 [for explanation, finger hayden@mankato.msus.edu]: GCS/M/S/C d- s: a18 C++(+++)>++++ UL++>++++ P++ L++>+++++ E- W(-) N++(+) o+ K- w--- O M@ V-(--) PS++(+++) PE- Y(+) PGP(+) t(+) !5 X-- R(-) tv-@ b++(+++) DI+ !D-- G++(+++) e->+++++(*) h!>+ r-(--)>+++ y?
|  |