Thanks to David Collier-Brown <David.Collier-Brown@canada.sun.com> for his prompt response. After applying this patch, smbwrapper successfully built and is working as designed! Mike Box Phone: (540)231-9506 Systems Administrator Fax: (540)231-3863 Department of Statistics E-mail: Mike.Box@vt.edu Virginia Tech ------------- Begin Forwarded Message ------------- Here's a patch: http://samba.org/cgi-bin/samba-patches/incoming?id=155 Date: Tue, 15 Aug 2000 15:19:45 -0400 From: David Collier-Brown <David.Collier-Brown@canada.sun.com> To: samba-patches@samba.org Subject: Small patch for smbwrapper *** wrapped.c.old Tue Aug 15 15:09:56 2000 --- wrapped.c Tue Aug 15 15:11:00 2000 *************** *** 462,468 **** #endif #ifdef HAVE_UTIMES ! int utimes(char *name,void *tvp) { if (smbw_path(name)) { return smbw_utimes(name, tvp); --- 462,468 ---- #endif #ifdef HAVE_UTIMES ! int utimes(const char *name, const struct timeval *tvp) { if (smbw_path(name)) { return smbw_utimes(name, tvp); -- David Collier-Brown, | Always do right. This will gratify some people 185 Ellerslie Ave., | and astonish the rest. -- Mark Twain Willowdale, Ontario | //www.oreilly.com/catalog/samba/author.html Work: (905) 415-2849 Home: (416) 223-8968 Email: davecb@canada.sun.com ------------- End Forwarded Message -------------