svn commit: samba r23060 - in branches/SAMBA_4_0/source/heimdal/lib/roken: .

tridge at samba.org tridge at samba.org
Tue May 22 04:13:18 GMT 2007


Author: tridge
Date: 2007-05-22 04:13:17 +0000 (Tue, 22 May 2007)
New Revision: 23060

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

Log:

use #include <roken.h> consistently. Using "roken.h" in this directory
breaks Samba builds on some systems as they find the wrong roken.h

Modified:
   branches/SAMBA_4_0/source/heimdal/lib/roken/bswap.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/copyhostent.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/freeaddrinfo.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/freehostent.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/gai_strerror.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/getaddrinfo.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/getipnodebyaddr.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/getipnodebyname.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/getprogname.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/hex.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/hostent_find_fqdn.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/inet_aton.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/issuid.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/resolve.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/setprogname.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/signal.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/strsep.c
   branches/SAMBA_4_0/source/heimdal/lib/roken/strsep_copy.c


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/bswap.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/bswap.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/bswap.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -34,7 +34,7 @@
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-#include "roken.h"
+#include <roken.h>
 
 RCSID("$Id: bswap.c,v 1.4 2005/04/12 11:28:35 lha Exp $");
 

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/copyhostent.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/copyhostent.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/copyhostent.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: copyhostent.c,v 1.3 2005/04/12 11:28:36 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 /*
  * return a malloced copy of `h'

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/freeaddrinfo.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/freeaddrinfo.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/freeaddrinfo.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: freeaddrinfo.c,v 1.5 2005/04/12 11:28:41 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 /*
  * free the list of `struct addrinfo' starting at `ai'

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/freehostent.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/freehostent.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/freehostent.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: freehostent.c,v 1.3 2005/04/12 11:28:41 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 /*
  * free a malloced hostent

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/gai_strerror.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/gai_strerror.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/gai_strerror.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: gai_strerror.c,v 1.7 2005/08/05 09:31:35 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 static struct gai_error {
     int code;

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/getaddrinfo.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/getaddrinfo.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/getaddrinfo.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: getaddrinfo.c,v 1.14 2005/06/16 17:49:29 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 /*
  * uses hints->ai_socktype and hints->ai_protocol

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/getipnodebyaddr.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/getipnodebyaddr.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/getipnodebyaddr.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: getipnodebyaddr.c,v 1.3 2005/04/12 11:28:47 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 /*
  * lookup `src, len' (address family `af') in DNS and return a pointer

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/getipnodebyname.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/getipnodebyname.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/getipnodebyname.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: getipnodebyname.c,v 1.4 2005/04/12 11:28:47 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 #ifndef HAVE_H_ERRNO
 static int h_errno = NO_RECOVERY;

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/getprogname.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/getprogname.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/getprogname.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: getprogname.c,v 1.3 2005/04/12 11:28:48 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 #ifndef HAVE___PROGNAME
 const char *__progname;

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/hex.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/hex.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/hex.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -35,7 +35,7 @@
 #include <config.h>
 RCSID("$Id: hex.c,v 1.8 2006/01/09 17:09:29 lha Exp $");
 #endif
-#include "roken.h"
+#include <roken.h>
 #include <ctype.h>
 #include "hex.h"
 

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/hostent_find_fqdn.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/hostent_find_fqdn.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/hostent_find_fqdn.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: hostent_find_fqdn.c,v 1.3 2005/04/12 11:28:51 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 /*
  * Try to find a fqdn (with `.') in he if possible, else return h_name

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/inet_aton.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/inet_aton.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/inet_aton.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: inet_aton.c,v 1.14 2005/04/12 11:28:52 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 /* Minimal implementation of inet_aton.
  * Cannot distinguish between failure and a local broadcast address. */

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/issuid.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/issuid.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/issuid.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: issuid.c,v 1.6 2005/05/13 07:42:03 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 int ROKEN_LIB_FUNCTION
 issuid(void)

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/resolve.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/resolve.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/resolve.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -34,7 +34,7 @@
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-#include "roken.h"
+#include <roken.h>
 #ifdef HAVE_ARPA_NAMESER_H
 #include <arpa/nameser.h>
 #endif

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/setprogname.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/setprogname.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/setprogname.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -36,7 +36,7 @@
 RCSID("$Id: setprogname.c,v 1.4 2005/08/23 10:19:20 lha Exp $");
 #endif
 
-#include "roken.h"
+#include <roken.h>
 
 #ifndef HAVE___PROGNAME
 extern const char *__progname;

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/signal.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/signal.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/signal.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -37,7 +37,7 @@
 #endif
 
 #include <signal.h>
-#include "roken.h"
+#include <roken.h>
 
 /*
  * We would like to always use this signal but there is a link error

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/strsep.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/strsep.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/strsep.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -38,7 +38,7 @@
 
 #include <string.h>
 
-#include "roken.h"
+#include <roken.h>
 
 #ifndef HAVE_STRSEP
 

Modified: branches/SAMBA_4_0/source/heimdal/lib/roken/strsep_copy.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/roken/strsep_copy.c	2007-05-22 01:02:00 UTC (rev 23059)
+++ branches/SAMBA_4_0/source/heimdal/lib/roken/strsep_copy.c	2007-05-22 04:13:17 UTC (rev 23060)
@@ -38,7 +38,7 @@
 
 #include <string.h>
 
-#include "roken.h"
+#include <roken.h>
 
 #ifndef HAVE_STRSEP_COPY
 



More information about the samba-cvs mailing list