s3-build: fix the build of smbd.
authorGünther Deschner <gd@samba.org>
Sat, 18 Oct 2008 19:45:49 +0000 (21:45 +0200)
committerGünther Deschner <gd@samba.org>
Sat, 18 Oct 2008 19:45:49 +0000 (21:45 +0200)
Guenther

source3/smbd/server.c

index f64ba8c05f72e3a4e473604dfd715fc725e52a58..4e81263ee4c30082486d21e96b6cfbed9eb0d8ba 100644 (file)
@@ -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)