svn commit: samba r25516 - in branches/SAMBA_4_0/source: libcli/util librpc/ndr

obnox at samba.org obnox at samba.org
Fri Oct 5 12:41:23 GMT 2007


Author: obnox
Date: 2007-10-05 12:41:22 +0000 (Fri, 05 Oct 2007)
New Revision: 25516

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

Log:
Sorry, I reverted too much of r25448 in r25515.
These two fixes should have remained! Thanks to
Metze for pointing this out.

Michael


Modified:
   branches/SAMBA_4_0/source/libcli/util/werror.h
   branches/SAMBA_4_0/source/librpc/ndr/libndr.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/werror.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/werror.h	2007-10-05 12:05:40 UTC (rev 25515)
+++ branches/SAMBA_4_0/source/libcli/util/werror.h	2007-10-05 12:41:22 UTC (rev 25516)
@@ -19,7 +19,7 @@
 */
 
 #ifndef _WERROR_H_
-#define _WERROR_H
+#define _WERROR_H_
 
 #include <stdint.h>
 

Modified: branches/SAMBA_4_0/source/librpc/ndr/libndr.h
===================================================================
--- branches/SAMBA_4_0/source/librpc/ndr/libndr.h	2007-10-05 12:05:40 UTC (rev 25515)
+++ branches/SAMBA_4_0/source/librpc/ndr/libndr.h	2007-10-05 12:41:22 UTC (rev 25516)
@@ -285,6 +285,7 @@
 typedef void (*ndr_print_function_t)(struct ndr_print *, const char *, int, const void *);
 
 #include "librpc/gen_ndr/misc.h"
+#include "libcli/util/werror.h"
 #include "librpc/ndr/libndr_proto.h"
 
 extern const struct ndr_syntax_id ndr_transfer_syntax;



More information about the samba-cvs mailing list