kernel - Fix issue w/recent utimes commit
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 27 May 2015 16:19:25 +0000 (09:19 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 27 May 2015 16:19:25 +0000 (09:19 -0700)
commit536dc95ab2b019199cd5732faa2d66e6b0f7a004
tree667be9d03e0f2a08f02612c0d807fa150407db8c
parenta849aee8e3242178bad87a0540785b91de4f1008
kernel - Fix issue w/recent utimes commit

* The repurposed itimerfix() and itimespecfix() functions needed to have
  a conditional removed which was putting an arbitrary limit on the tv_sec
  field.

* Fixes an issue that caused utimes*() to fail and return EINVAL.
sys/kern/kern_time.c
sys/kern/vfs_syscalls.c