On Wednesday 19 January 2005 01:55 pm, Blaisorblade wrote: > Please double-check that the patch works with your busybox sed > implementation, and compare the original and the new obtained config.c > carefully, since the sed code you supplied wasn't good.
I've double checked, and it worked fine. I still need the attached one-liner patch to get it to build under uclibc, though. Thanks, Rob
--- linux-2.6.9-old/arch/um/include/user.h 2005-01-20 00:38:43.000000000 -0500 +++ linux-2.6.9/arch/um/include/user.h 2005-01-20 00:39:00.000000000 -0500 @@ -14,7 +14,6 @@ extern void kfree(void *ptr); extern int in_aton(char *str); extern int open_gdb_chan(void); -extern int strlcpy(char *, const char *, int); extern void *um_vmalloc(int size); extern void vfree(void *ptr);