X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Flibnfs.c;h=2915c9a99b6edf65123925490f3f696bc50f34c5;hb=265276038ac3553b03bba82ab669735a072ef6a4;hp=c322c377b15d5a858da2e084c0e8aeeb03ee11b8;hpb=c022471e52d3ea679139cdf026dcde179c8de23c;p=deb_libnfs.git diff --git a/lib/libnfs.c b/lib/libnfs.c index c322c37..2915c9a 100644 --- a/lib/libnfs.c +++ b/lib/libnfs.c @@ -2868,6 +2868,7 @@ 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; @@ -2892,9 +2893,7 @@ int nfs_utime_async(struct nfs_context *nfs, const char *path, struct utimbuf *t return 0; } - - - +#endif /*