diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-20 19:56:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-21 09:35:34 +1000 |
commit | f83fca1c576e094e2a852cc466bd9110c05fe731 (patch) | |
tree | 1b7c0f23151400748b914006b99042bebc90d8c7 /source3/wscript_build | |
parent | ea006ab8b2cdcde0d808aa042e143da9d641753a (diff) | |
download | samba-f83fca1c576e094e2a852cc466bd9110c05fe731.tar.gz samba-f83fca1c576e094e2a852cc466bd9110c05fe731.tar.bz2 samba-f83fca1c576e094e2a852cc466bd9110c05fe731.zip |
lib/util: Use common d_printf() in the whole codebase
This removes the lang_tdb based varient, the only user of the lang_tdb
code is SWAT, which calls that directly.
'net' and 'pam_winbind' are internationalised using gettext.
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0e76d1f7af..2f430a9047 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -69,7 +69,6 @@ LIB_SRC = ''' lib/system.c lib/sendfile.c lib/recvfile.c lib/time.c lib/username.c lib/access.c lib/smbrun.c - lib/dprintf.c lib/wins_srv.c lib/util_sid.c lib/util_file.c |