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:
parent
ffb8b49316
commit
59cd26b664
@ -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 $");
|
||||
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user