From c5e346e15c043a6253cc5a838dd9c77febf624aa Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 28 May 2013 22:49:19 -0700 Subject: [PATCH] More AROS fixes. AROS compiles and works again. --- lib/libnfs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libnfs.c b/lib/libnfs.c index 2915c9a9..f8b294a5 100644 --- a/lib/libnfs.c +++ b/lib/libnfs.c @@ -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 /*