-128 patch failure

Bob Lorenzini (hwm@netcom.com)
Fri, 13 Nov 1998 13:59:59 -0700 (MST)


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}
};

Bob

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