]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
compile fix
authorSimo Sorce <idra@samba.org>
Thu, 23 Aug 2001 18:12:47 +0000 (18:12 +0000)
committerSimo Sorce <idra@samba.org>
Thu, 23 Aug 2001 18:12:47 +0000 (18:12 +0000)
(This used to be commit c53c5eca157aae3cb48da9ef0157c153a65307da)

source3/smbwrapper/wrapped.c

index 7b9100dd9ca092f024389feb57186c9c77b9ff64..b8787a00c0111a9c75cff8816229d8db40a7c651 100644 (file)
 #endif
 
 #ifdef HAVE_UTIMES
- int utimes(char *name,void *tvp)
+ int utimes(const char *name, const struct timeval *tvp)
 {
        if (smbw_path(name)) {
                return smbw_utimes(name, tvp);