Skip to content

Commit

Permalink
More AROS fixes. AROS compiles and works again.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahlberg committed May 29, 2013
1 parent 0556ee0 commit c5e346e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/libnfs.c
Expand Up @@ -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;
Expand All @@ -2893,7 +2892,6 @@ int nfs_utime_async(struct nfs_context *nfs, const char *path, struct utimbuf *t

return 0;
}
#endif


/*
Expand Down

0 comments on commit c5e346e

Please sign in to comment.