fault: get fault.c ready for use by s4
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 Mar 2011 05:17:39 +0000 (16:17 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 23 Mar 2011 00:03:57 +0000 (11:03 +1100)
commit580997ede06d587ecf00c6a3faff237806904cd3
tree73e5ce8019ded546a2630703aa91bd0f41b567c5
parent058c3bb923c51ef3f1b4b6d698bea2b1220bdd10
fault: get fault.c ready for use by s4

this moves the s3 specific dumpcore code into source3/lib/dumpcore.c,
and uses a function pointer to setup which smb_panic call to use
lib/util/fault.c
lib/util/util.h
source3/Makefile.in
source3/include/proto.h
source3/lib/dumpcore.c [new file with mode: 0644]
source3/lib/util.c
source3/nmbd/nmbd.c
source3/param/loadparm.c
source3/smbd/server.c
source3/winbindd/winbindd.c
source3/wscript_build