From: Ronnie Sahlberg Date: Wed, 29 May 2013 05:49:19 +0000 (-0700) Subject: More AROS fixes. AROS compiles and works again. X-Git-Tag: upstream/1.9.6^2~194 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c5e346e15c043a6253cc5a838dd9c77febf624aa;p=deb_libnfs.git More AROS fixes. AROS compiles and works again. --- diff --git a/lib/libnfs.c b/lib/libnfs.c index 2915c9a..f8b294a 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 /*