summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-04-28 13:52:50 +0000
committerAndrew Tridgell <tridge@samba.org>2001-04-28 13:52:50 +0000
commit3c71214d47313e96baedf7b9a27507bc21eed01a (patch)
tree082497c4e60a5745cc19605fee7b657f1ab1bd75 /source3
parentd095b5249cf9e1496ad5a3d6b5acb77af2c587a7 (diff)
downloadsamba-3c71214d47313e96baedf7b9a27507bc21eed01a.tar.gz
samba-3c71214d47313e96baedf7b9a27507bc21eed01a.tar.bz2
samba-3c71214d47313e96baedf7b9a27507bc21eed01a.zip
don't need slprintf.c any more
(This used to be commit 025285e179924024f069a31a65b124bd45a249af)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in4
-rw-r--r--source3/lib/slprintf.c24
2 files changed, 2 insertions, 26 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 734ee84c00..9bec4ba946 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -95,7 +95,7 @@ TDB_OBJ = tdb/tdb.o tdb/spinlock.o tdb/tdbutil.o
LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
lib/getsmbpass.o lib/interface.o lib/kanji.o lib/md4.o \
lib/interfaces.o lib/pidfile.o lib/replace.o \
- lib/signal.o lib/slprintf.o lib/system.o lib/doscalls.o lib/time.o \
+ lib/signal.o lib/system.o lib/doscalls.o lib/time.o \
lib/ufc.o lib/genrand.o lib/username.o lib/access.o lib/smbrun.o \
lib/bitmap.o lib/crc32.o lib/snprintf.o lib/wins_srv.o \
lib/util_array.o lib/util_str.o lib/util_sid.o \
@@ -340,7 +340,7 @@ PAM_SMBPASS_OBJ_0 = pam_smbpass/pam_smb_auth.o pam_smbpass/pam_smb_passwd.o \
pam_smbpass/pam_smb_acct.o pam_smbpass/support.o \
lib/debug.o lib/util_sid.o lib/messages.o lib/util_str.o \
lib/wins_srv.o lib/substitute.o lib/select.o lib/util.o \
- lib/slprintf.o nsswitch/wb_client.o nsswitch/wb_common.o \
+ nsswitch/wb_client.o nsswitch/wb_common.o \
lib/system.o lib/charset.o lib/util_file.o lib/kanji.o \
lib/genrand.o lib/username.o lib/charcnv.o lib/time.o \
lib/md4.o lib/util_unistr.o lib/signal.o lib/talloc.o \
diff --git a/source3/lib/slprintf.c b/source3/lib/slprintf.c
deleted file mode 100644
index 2a72fcffc3..0000000000
--- a/source3/lib/slprintf.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- Unix SMB/Netbios implementation.
- Version 1.9.
- snprintf replacement
- Copyright (C) Andrew Tridgell 1998
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-
-#include "includes.h"
-
-extern int DEBUGLEVEL;