1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r5306: removed all the unused mutex functions from mutex.c. When (if?) we

decide to reinstate the mutex code for the threads process model, I'd
like to do it a little differently. At least this gets it out of
includes.h for now.
This commit is contained in:
Andrew Tridgell
2005-02-10 07:18:00 +00:00
committed by Gerald (Jerry) Carter
parent 0df3fdd817
commit cfee0fb02e
5 changed files with 5 additions and 103 deletions

View File

@@ -33,6 +33,7 @@
#include "lib/events/events.h"
#include "dlinklist.h"
#include "smb_server/smb_server.h"
#include "mutex.h"
struct new_conn_state {
struct event_context *ev;