svn commit: samba r8456 - in branches/SAMBA_4_0/source/heimdal_build: .

tridge at samba.org tridge at samba.org
Thu Jul 14 08:50:58 GMT 2005


Author: tridge
Date: 2005-07-14 08:50:57 +0000 (Thu, 14 Jul 2005)
New Revision: 8456

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

Log:
avoid double inclusion of roken.h (this was breaking the build on irix 6.4)

Added:
   branches/SAMBA_4_0/source/heimdal_build/roken.h


Changeset:
Added: branches/SAMBA_4_0/source/heimdal_build/roken.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/roken.h	2005-07-14 08:50:26 UTC (rev 8455)
+++ branches/SAMBA_4_0/source/heimdal_build/roken.h	2005-07-14 08:50:57 UTC (rev 8456)
@@ -0,0 +1,7 @@
+/*
+  a wrapper to avoid double inclusion of the real roken.h
+ */
+#ifndef _ROKEN_H_
+#define _ROKEN_H_
+#include "heimdal/lib/roken/roken.h"
+#endif



More information about the samba-cvs mailing list