summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 15:28:47 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 15:28:47 +0000
commit86701c6a3cb2d8d0dabdd6cf42acfd97779eac85 (patch)
tree431abef179164c4d278ba33bbed85a20193af992 /source3/Makefile.in
parentf2d8f110db994588cb85a9c0c22c0941f4ccca38 (diff)
downloadsamba-86701c6a3cb2d8d0dabdd6cf42acfd97779eac85.tar.gz
samba-86701c6a3cb2d8d0dabdd6cf42acfd97779eac85.tar.bz2
samba-86701c6a3cb2d8d0dabdd6cf42acfd97779eac85.zip
added fchdir() support
(This used to be commit a42729dbf5414f54e5d623514533958c62ada5f6)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f086e0b347..eb7972fcf6 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -200,7 +200,7 @@ SMBWRAPPER_OBJ = smbwrapper/open.o smbwrapper/stat.o \
smbwrapper/write.o smbwrapper/readlink.o smbwrapper/unlink.o \
smbwrapper/rename.o smbwrapper/utime.o smbwrapper/chown.o \
smbwrapper/chmod.o smbwrapper/lseek.o smbwrapper/getcwd.o \
- smbwrapper/mkdir.o smbwrapper/rmdir.o \
+ smbwrapper/mkdir.o smbwrapper/rmdir.o smbwrapper/fchdir.o \
$(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)