1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r23060: use #include <roken.h> consistently. Using "roken.h" in this directory

breaks Samba builds on some systems as they find the wrong roken.h
This commit is contained in:
Andrew Tridgell 2007-05-22 04:13:17 +00:00 committed by Gerald (Jerry) Carter
parent ffb8b49316
commit 59cd26b664
18 changed files with 18 additions and 18 deletions

View File

@ -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 $");

View File

@ -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'

View File

@ -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'

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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;

View File

@ -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"

View File

@ -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

View File

@ -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. */

View File

@ -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)

View File

@ -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

View File

@ -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;

View File

@ -37,7 +37,7 @@ RCSID("$Id: signal.c,v 1.13 2005/04/12 11:29:05 lha Exp $");
#endif
#include <signal.h>
#include "roken.h"
#include <roken.h>
/*
* We would like to always use this signal but there is a link error

View File

@ -38,7 +38,7 @@ RCSID("$Id: strsep.c,v 1.4 2005/04/12 11:29:10 lha Exp $");
#include <string.h>
#include "roken.h"
#include <roken.h>
#ifndef HAVE_STRSEP

View File

@ -38,7 +38,7 @@ RCSID("$Id: strsep_copy.c,v 1.5 2005/04/12 11:29:11 lha Exp $");
#include <string.h>
#include "roken.h"
#include <roken.h>
#ifndef HAVE_STRSEP_COPY