[SCM] Samba Shared Repository - branch master updated - 9289537c905c5e3dcc7d225a68901a8bf559c848

Günther Deschner gd at samba.org
Sat Oct 18 19:46:37 GMT 2008


The branch, master has been updated
       via  9289537c905c5e3dcc7d225a68901a8bf559c848 (commit)
      from  98089dfccfab3bbc47d8d0a31735d52822cd2307 (commit)

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


- Log -----------------------------------------------------------------
commit 9289537c905c5e3dcc7d225a68901a8bf559c848
Author: Günther Deschner <gd at samba.org>
Date:   Sat Oct 18 21:45:49 2008 +0200

    s3-build: fix the build of smbd.
    
    Guenther

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

Summary of changes:
 source3/smbd/server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index f64ba8c..4e81263 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -888,7 +888,7 @@ bool reload_services(bool test)
 enum server_exit_reason { SERVER_EXIT_NORMAL, SERVER_EXIT_ABNORMAL };
 
 static void exit_server_common(enum server_exit_reason how,
-	const char *const reason) NORETURN_ATTRIBUTE;
+	const char *const reason) _NORETURN_;
 
 static void exit_server_common(enum server_exit_reason how,
 	const char *const reason)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list