diff options
author | Jeremy Allison <jra@samba.org> | 2009-09-07 20:31:01 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-09-07 20:31:01 -0700 |
commit | 5ce12a05658ce03bf6414c15f20c28e125897dc2 (patch) | |
tree | 1104ab4d557b06d06c9532f2aa7dd37a5cd0d6cd /source3 | |
parent | ac77482e871ee752ade1c56bff94915f6c0a219b (diff) | |
download | samba-5ce12a05658ce03bf6414c15f20c28e125897dc2.tar.gz samba-5ce12a05658ce03bf6414c15f20c28e125897dc2.tar.xz samba-5ce12a05658ce03bf6414c15f20c28e125897dc2.zip |
Add read() to socketwrapper. Metze please check.
Jeremy.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 3528d6ce391..76ab280a1a5 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1100,7 +1100,7 @@ REPLACETORT_OBJ = @libreplacedir@/test/testsuite.o \ @libreplacedir@/test/os2_delete.o \ @libreplacedir@/test/strptime.o \ @libreplacedir@/test/main.o \ - $(LIBREPLACE_OBJ) + $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) DEBUG2HTML_OBJ = utils/debug2html.o utils/debugparse.o |