utimens: remove dependency on dup2
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Sep 2011 03:57:48 +0000 (20:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Sep 2011 03:58:09 +0000 (20:58 -0700)
commitc40f73ec5ba7e263edcf30ac6889cb180eb0f1c8
treef124748526fc49f5f35fa375c42d22c7d147a5a3
parenta8aedbc8a5f3ebb963970345c9c8a67879a53cd8
utimens: remove dependency on dup2

* lib/utimens.c (fdutimens): Don't invoke dup2; it's not needed
to work around the Linux kernel bug.
* modules/utimens (Depends-on): Remove dup2.
ChangeLog
lib/utimens.c
modules/utimens