Re: -128 patch failure

georg.funke@netcologne.de
Sat, 14 Nov 1998 10:17:44 +0100 (CET)


On 13 Nov, Bob Lorenzini wrote:
> I had one file fail to patch. Did anyone else have this problem? Puzzled.
>
> /linux/kernel/sysctl.c
>
> No matching line for: #ifdef CONFIG_CHR_DEV_SG
>
> I wonder where I screwed up. Perhaps a previous patch failed and I missed
> it. Dunno.
>
>
> @@ -192,6 +194,10 @@
> #ifdef CONFIG_CHR_DEV_SG
> {KERN_SG_BIG_BUFF, "sg-big-buff", &sg_big_buff, sizeof (int),
> 0444, NULL, &proc_dointvec},
> +#endif
> +#ifdef CONFIG_BSD_PROCESS_ACCT
> + {KERN_ACCT, "acct", &acct_parm, 3*sizeof(int),
> + 0644, NULL, &proc_dointvec},
> #endif
> {0}
> };
>

Do you applied on of the patches from the cdrecord ftp site ? I had the
same fail with this patches applied

Georg

-- 
Georg Funke
Crowns & Flames SDC Cologne, Germany; http://www.geocities.com/Colosseum/4893
"Friendship is Square Dancing's greatest Reward"

- 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/