Bernhard Fischer <[EMAIL PROTECTED]> writes: > Mind testing the attached, yet incomplete touch-up of iproute.c? > Still way to go.. will follow-up during the next days.
I have just tried to test the patch. For some reasons it doesn't apply cleanly to 1.5.0. And the current svn, which already contains these changes, currently doesn't compile. I needed the following patch to skip over the first error: # CONFIG_FEATURE_SUID is not set Index: applets/applets.c =================================================================== --- applets/applets.c (revision 18453) +++ applets/applets.c (working copy) @@ -54,9 +54,7 @@ bool re_execed; #endif -#if ENABLE_FEATURE_SUID static uid_t ruid; /* real uid */ -#endif #if ENABLE_FEATURE_SUID_CONFIG but stopped after the next one: # CONFIG_FEATURE_DD_IBS_OBS is not set coreutils/dd.c: In function `dd_main': coreutils/dd.c:143: error: `OP_ibs' undeclared (first use in this function) coreutils/dd.c:143: error: for each function it appears in.) coreutils/dd.c:147: error: `OP_obs' undeclared (first use in this function) coreutils/dd.c:151: error: `OP_conv' undeclared (first use in this function) coreutils/dd.c:161: error: `OP_conv_notrunc' undeclared (first use in this function) coreutils/dd.c:165: error: `OP_conv_sync' undeclared (first use in this function) coreutils/dd.c:167: error: `OP_conv_noerror' undeclared (first use in this function) regards, Jean _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
