On Wed, Mar 10, 2010 at 05:36, Jon Ringle <jon@xxxxxxxxxx> wrote: > uclibc does not have lutimes and legacy function utimes should be replaced > with utime utime(): POSIX.1-2008 marks utime() as obsolete. I guess uclibc needs to be fixed if it is supposed to compile udev. > - lutimes(slink, NULL); > + utime(target, NULL); We do not care about the target, also utime() follows links which is why we can't use it. Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html