peter 2003/09/05 08:34:10 CEST
Modified files:
source Makefile.in
source/include libsamba.h
source/lib debug.c
source/libsmb credentials.c smberr.c
source/rpc_parse parse_eventlog.c parse_svc.c
Removed files:
source/lib slprintf.c
Log:
ok. I REALLY REALLY REALLY hope this is it.
Prototypes depended on <stdarg.h> being available, which it no longer is.
Killed slprintf.c. Moved slprintf() to a macro == snprintf() -
it's close enough. Off-by-one, but on the "safe" side.
Converted the very few users of slprintf that don't already
#include "libsamba.h", to use snprintf instead. It's just as
easy as adding another #include, really.
What can I say - it compiles and links for me, but then that's
exactly what I said about the last two failed commits. Guess
I'll just see if Elrond complains again. (:
Revision Changes Path
1.108 +1 -1 tng/source/Makefile.in
1.6 +5 -0 tng/source/include/libsamba.h
1.21 +2 -2 tng/source/lib/debug.c
1.10 +0 -71 tng/source/lib/slprintf.c (dead)
1.8 +1 -1 tng/source/libsmb/credentials.c
1.10 +4 -4 tng/source/libsmb/smberr.c
1.9 +1 -1 tng/source/rpc_parse/parse_eventlog.c
1.13 +4 -4 tng/source/rpc_parse/parse_svc.c
|