[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-158-g8d982d9

Michael Adam obnox at samba.org
Wed Jul 1 09:15:40 GMT 2009


The branch, master has been updated
       via  8d982d91f231abbf003473d09433fca2cfa240ac (commit)
      from  34d6d7cec82c50ce7b36fec0051063f44fed5609 (commit)

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


- Log -----------------------------------------------------------------
commit 8d982d91f231abbf003473d09433fca2cfa240ac
Author: Michael Adam <obnox at samba.org>
Date:   Wed Jul 1 10:51:17 2009 +0200

    lib/util: fix order of includes in tevent_ntstatus.c
    
    replace.h needs to be included first.
    
    Michael

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

Summary of changes:
 lib/util/tevent_ntstatus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/tevent_ntstatus.c b/lib/util/tevent_ntstatus.c
index 4e43399..d6cb0af 100644
--- a/lib/util/tevent_ntstatus.c
+++ b/lib/util/tevent_ntstatus.c
@@ -17,8 +17,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "tevent_ntstatus.h"
 #include "../replace/replace.h"
+#include "tevent_ntstatus.h"
 
 bool tevent_req_nterror(struct tevent_req *req,	NTSTATUS status)
 {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list