Re: [PATCH] utimens: remove invalid futimesat call

2009-11-18 Thread Eric Blake
s is via futimesat with a NULL argument. > Subject: [PATCH] utimens: remove invalid futimesat call > > * lib/utimens.c (fdutimens) [HAVE_FUTIMESAT]: Remove invalid futimesat > call. It used the file descriptor of the target file as the DIR_FD > parameter and NULL as the file name. T

[PATCH] utimens: remove invalid futimesat call

2009-11-08 Thread Jim Meyering
This fixes coreutils' final FreeBSD-8.0-rc2 test failure: >From 26c5fd742f9136e2ddbd4695a9172c3fa30ea260 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Nov 2009 12:09:35 +0100 Subject: [PATCH] utimens: remove invalid futimesat call * lib/utimens.c (fdutimens) [HAVE_FUTIMESAT]