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

metze at samba.org metze at samba.org
Fri Aug 12 09:05:09 GMT 2005


Author: metze
Date: 2005-08-12 09:05:09 +0000 (Fri, 12 Aug 2005)
New Revision: 9257

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

Log:
- I assume we don't need unistd.h in this file,
  that sould fixes the build on aix
- use "" instead of <> for includes in our tree

metze

Modified:
   branches/SAMBA_4_0/source/heimdal_build/krb5-types.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/krb5-types.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/krb5-types.h	2005-08-12 02:55:11 UTC (rev 9256)
+++ branches/SAMBA_4_0/source/heimdal_build/krb5-types.h	2005-08-12 09:05:09 UTC (rev 9257)
@@ -4,7 +4,7 @@
 #ifndef __krb5_types_h__
 #define __krb5_types_h__
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #if HAVE_INTTYPES_H
@@ -22,7 +22,6 @@
 
 
 typedef socklen_t krb5_socklen_t;
-#include <unistd.h>
 typedef ssize_t krb5_ssize_t;
 
 #endif /* __krb5_types_h__ */



More information about the samba-cvs mailing list