From a139078c4d0eae10fcc914d88ea89a6cbf9827bb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 3 Oct 1998 08:34:35 +0000 Subject: lots of improvements to smbwrapper. It now works with Samba, Win95 and WinNT servers, and correctly lists share names in /smb/SERVER/ (This used to be commit 1ea349728b8984bfe5cf5df41a87efbe17ff5ccd) --- source3/smbwrapper/smbw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbwrapper/smbw.h') diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h index c723b6989b..fe29140876 100644 --- a/source3/smbwrapper/smbw.h +++ b/source3/smbwrapper/smbw.h @@ -26,3 +26,5 @@ #define SMBW_FILE_MODE (S_IFREG | 0644) #define SMBW_DIR_MODE (S_IFDIR | 0755) + +#define SMBW_PWD_ENV "PWD" -- cgit