I'm not subscribed to the list, but saw the discussion in the archive. I tested your patch here: http://www.spinics.net/lists/hotplug/msg03470.html And it builds successfully with uclibc Jon On Wed, Mar 10, 2010 at 3:34 AM, Kay Sievers <kay.sievers@xxxxxxxx> wrote: > 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