summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-26 23:40:33 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-26 23:40:33 +0000
commit4586b8737a468fb33388740dee75fd37b3501bc1 (patch)
tree709120c23716fa168d66895544deaff4fc731502 /source3/Makefile.in
parentba91cb69be52f1dea802e1ed0f8bda30b0a25cb4 (diff)
downloadsamba-4586b8737a468fb33388740dee75fd37b3501bc1.tar.gz
samba-4586b8737a468fb33388740dee75fd37b3501bc1.tar.bz2
samba-4586b8737a468fb33388740dee75fd37b3501bc1.zip
added a vsnprintf() implementation from cvslock. See the notes on the
license at the top of lib/snprintf.c I've always been slightly uneasy about our half-baked vslprintf() implementation and the risks on platforms that don't have vsnprintf() so when I saw this code in another GPLd package I wanted it for Samba. (This used to be commit e2cb50af45be6683d02ab48a6648816ee3d52ab1)
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 a7867ae3a7..e992adff14 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -89,7 +89,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
lib/membuffer.o lib/netmask.o lib/pidfile.o lib/replace.o \
lib/signal.o lib/slprintf.o lib/system.o lib/time.o lib/ufc.o \
lib/util.o lib/genrand.o lib/username.o lib/access.o lib/smbrun.o \
- lib/bitmap.o lib/crc32.o
+ lib/bitmap.o lib/crc32.o lib/snprintf.o
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o