[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Thu Oct 6 07:24:03 MDT 2011


The branch, master has been updated
       via  ceb831c s3:lib: remove unused/empty modules.c
      from  733457a selftest/Samba3: enable uid wrapper in nmbd, winbindd and smbd

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ceb831c2cc7599b45d63fc7a75643e0d767e960e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Oct 6 09:57:20 2011 +0200

    s3:lib: remove unused/empty modules.c
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Thu Oct  6 15:23:45 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/module.c  |   22 ----------------------
 source3/wscript_build |    2 +-
 2 files changed, 1 insertions(+), 23 deletions(-)
 delete mode 100644 source3/lib/module.c


Changeset truncated at 500 lines:

diff --git a/source3/lib/module.c b/source3/lib/module.c
deleted file mode 100644
index a85d7d0..0000000
--- a/source3/lib/module.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/* 
-   Unix SMB/CIFS implementation.
-   module loading system
-
-   Copyright (C) Jelmer Vernooij 2002-2003
-   Copyright (C) Stefan (metze) Metzmacher 2003
-   
-   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 3 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, see <http://www.gnu.org/licenses/>.
-*/
-
-#include "includes.h"
diff --git a/source3/wscript_build b/source3/wscript_build
index 693148f..6d8402e 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -80,7 +80,7 @@ LIB_SRC = '''
           intl/lang_tdb.c
           lib/conn_tdb.c lib/gencache.c
           lib/sessionid_tdb.c
-          lib/module.c lib/events.c
+          lib/events.c
           lib/server_contexts.c
           lib/server_prefork.c
           lib/server_prefork_util.c


-- 
Samba Shared Repository


More information about the samba-cvs mailing list