svn commit: samba r18878 - in branches/SAMBA_3_0/source/include: .

vlendec at samba.org vlendec at samba.org
Sun Sep 24 22:13:44 GMT 2006


Author: vlendec
Date: 2006-09-24 22:13:43 +0000 (Sun, 24 Sep 2006)
New Revision: 18878

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18878

Log:
With the recent checkins for me Samba3 compiles again with the NTSTATUS/WERROR
checks enabled. I'll look at the build farm in a couple of hours and fix it if
not.

Volker

Modified:
   branches/SAMBA_3_0/source/include/nt_status.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/nt_status.h
===================================================================
--- branches/SAMBA_3_0/source/include/nt_status.h	2006-09-24 22:11:36 UTC (rev 18877)
+++ branches/SAMBA_3_0/source/include/nt_status.h	2006-09-24 22:13:43 UTC (rev 18878)
@@ -34,7 +34,7 @@
    from using BOOL for internal functions 
 */
 
-#if defined(HAVE_IMMEDIATE_STRUCTURES_XX_DISABLED)
+#if defined(HAVE_IMMEDIATE_STRUCTURES)
 typedef struct {uint32 v;} NTSTATUS;
 #define NT_STATUS(x) ((NTSTATUS) { x })
 #define NT_STATUS_V(x) ((x).v)
@@ -44,7 +44,7 @@
 #define NT_STATUS_V(x) (x)
 #endif
 
-#if defined(HAVE_IMMEDIATE_STRUCTURES_XX_DISABLED)
+#if defined(HAVE_IMMEDIATE_STRUCTURES)
 typedef struct {uint32 w;} WERROR;
 #define W_ERROR(x) ((WERROR) { x })
 #define W_ERROR_V(x) ((x).w)



More information about the samba-cvs mailing list