From 4750ce1760a39100f71e74ce8b88a925fef4c42f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 Oct 1998 02:28:21 +0000 Subject: use 1 second resolution calls if possible (This used to be commit 349469221a84658048790d7567b4fcea43c0b759) --- source3/smbwrapper/smbw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbwrapper/smbw.h') diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h index 43fb14bce0..b0cf2dc2e1 100644 --- a/source3/smbwrapper/smbw.h +++ b/source3/smbwrapper/smbw.h @@ -37,6 +37,7 @@ struct smbw_server { char *server_name; char *share_name; dev_t dev; + BOOL no_pathinfo2; }; struct smbw_filedes { -- cgit