More AROS fixes. AROS compiles and works again.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 29 May 2013 05:49:19 +0000 (22:49 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 29 May 2013 05:49:19 +0000 (22:49 -0700)
lib/libnfs.c

index 2915c9a99b6edf65123925490f3f696bc50f34c5..f8b294a5589ebcffba9a0b8d9e7f345ab8788469 100644 (file)
@@ -2868,7 +2868,6 @@ int nfs_utimes_async(struct nfs_context *nfs, const char *path, struct timeval *
 /*
  * Async utime()
  */
-#ifdef HAVE_UTIME_H
 int nfs_utime_async(struct nfs_context *nfs, const char *path, struct utimbuf *times, nfs_cb cb, void *private_data)
 {
        struct timeval *new_times = NULL;
@@ -2893,7 +2892,6 @@ int nfs_utime_async(struct nfs_context *nfs, const char *path, struct utimbuf *t
 
        return 0;
 }
-#endif
 
 
 /*