don't need slprintf.c any more
authorAndrew Tridgell <tridge@samba.org>
Sat, 28 Apr 2001 13:52:50 +0000 (13:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 28 Apr 2001 13:52:50 +0000 (13:52 +0000)
source/Makefile.in
source/lib/slprintf.c [deleted file]

index 734ee84c009bcc18a8b171e30d0020b39d54f583..9bec4ba94683f18719b272eecdd721b7a3edc1aa 100644 (file)
@@ -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/source/lib/slprintf.c b/source/lib/slprintf.c
deleted file mode 100644 (file)
index 2a72fcf..0000000
+++ /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;