fix futimes legacy function with null tv pointer
authorRich Felker <dalias@aerifal.cx>
Wed, 6 May 2015 22:53:22 +0000 (18:53 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 6 May 2015 22:53:22 +0000 (18:53 -0400)
commitece0c48a603a58b26672ee2eeea7554991fcafa1
treecd6d73d5479c9f6456dd9594906de21aa3ffc923
parent484194dbf41758eec0ef62fef5fe9350c21b9241
fix futimes legacy function with null tv pointer

a null pointer is valid here and indicates that the current time
should be used. based on patch by Felix Janda, simplified.
src/legacy/futimes.c