use "roken.h" consitantly

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21005 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-08 01:54:35 +00:00
parent 9df9f6a9da
commit 5cd0815781
32 changed files with 32 additions and 32 deletions

View File

@@ -36,7 +36,7 @@
RCSID("$Id$");
#endif
#include <roken.h>
#include "roken.h"
#include <base64.h>
int

View File

@@ -43,7 +43,7 @@ RCSID("$Id$");
#include <unistd.h>
#endif
#include <roken.h>
#include "roken.h"
int ROKEN_LIB_FUNCTION
closefrom(int fd)

View File

@@ -38,7 +38,7 @@ RCSID("$Id$");
#include <unistd.h>
#include <roken.h>
#include "roken.h"
/*
* Write datablob to a filename, don't care about errors.

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <stdlib.h>
#include <err.h>
#include <roken.h>
#include "roken.h"
/*
* Like calloc but never fails.

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <stdlib.h>
#include <err.h>
#include <roken.h>
#include "roken.h"
/*
* Like malloc but never fails.

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <unistd.h>
#include <err.h>
#include <roken.h>
#include "roken.h"
/*
* Like read but never fails (and never returns partial data).

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <stdlib.h>
#include <err.h>
#include <roken.h>
#include "roken.h"
/*
* Like realloc but never fails.

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <stdlib.h>
#include <err.h>
#include <roken.h>
#include "roken.h"
/*
* Like strdup but never fails.

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <unistd.h>
#include <err.h>
#include <roken.h>
#include "roken.h"
/*
* Like write but never fails (and never returns partial data).

View File

@@ -58,7 +58,7 @@ RCSID("$Id$");
#include <termios.h>
#endif
#include <roken.h>
#include "roken.h"
int ROKEN_LIB_FUNCTION
get_window_size(int fd, struct winsize *wp)

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <roken.h>
#include "roken.h"
#include "getarg.h"
#define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag)

View File

@@ -59,7 +59,7 @@ struct aud_rec;
#ifdef HAVE_USERCONF_H
#include <userconf.h>
#endif
#include <roken.h>
#include "roken.h"
#ifndef _PATH_SHELLS
#define _PATH_SHELLS "/etc/shells"

View File

@@ -37,7 +37,7 @@
RCSID("$Id$");
#endif
#include <roken.h>
#include "roken.h"
#include <hex.h>
int

View File

@@ -36,7 +36,7 @@
RCSID("$Id$");
#endif
#include <roken.h>
#include "roken.h"
/*
*

View File

@@ -36,7 +36,7 @@
RCSID("$Id$");
#endif
#include <roken.h>
#include "roken.h"
int ROKEN_LIB_FUNCTION
inet_pton(int af, const char *src, void *dst)

View File

@@ -40,7 +40,7 @@ RCSID("$Id$");
#include <unistd.h>
#include <errno.h>
#include <roken.h>
#include "roken.h"
/*
* Like read but never return partial data.

View File

@@ -40,7 +40,7 @@ RCSID("$Id$");
#include <unistd.h>
#include <errno.h>
#include <roken.h>
#include "roken.h"
/*
* Like write but never return partial data.

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <roken.h>
#include "roken.h"
#include "parse_units.h"
/*

View File

@@ -36,7 +36,7 @@
RCSID("$Id$");
#endif
#include <roken.h>
#include "roken.h"
#undef roken_gethostbyname
#undef roken_gethostbyaddr

View File

@@ -49,7 +49,7 @@ RCSID("$Id$");
#endif
#include <errno.h>
#include <roken.h>
#include "roken.h"
#define EX_NOEXEC 126
#define EX_NOTFOUND 127

View File

@@ -43,7 +43,7 @@ RCSID("$Id$");
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <roken.h>
#include "roken.h"
#include <assert.h>
enum format_flags {

View File

@@ -36,7 +36,7 @@
RCSID("$Id$");
#endif
#include <roken.h>
#include "roken.h"
#include <err.h>
/*

View File

@@ -88,7 +88,7 @@
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <roken.h>
#include "roken.h"
#include "socket_wrapper.h"

View File

@@ -40,7 +40,7 @@ RCSID("$Id$");
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <roken.h>
#include "roken.h"
enum { initial = 10, increment = 5 };

View File

@@ -38,7 +38,7 @@ RCSID("$Id$");
#include <string.h>
#include <ctype.h>
#include <roken.h>
#include "roken.h"
#ifndef HAVE_STRLWR
char * ROKEN_LIB_FUNCTION

View File

@@ -38,7 +38,7 @@ RCSID("$Id$");
#include <stdlib.h>
#include <string.h>
#include <roken.h>
#include "roken.h"
#ifndef HAVE_STRNDUP
char * ROKEN_LIB_FUNCTION

View File

@@ -38,7 +38,7 @@ RCSID("$Id$");
#include <stdarg.h>
#include <stdlib.h>
#include <roken.h>
#include "roken.h"
struct rk_strpool {
char *str;

View File

@@ -38,7 +38,7 @@ RCSID("$Id$");
#include <string.h>
#include <ctype.h>
#include <roken.h>
#include "roken.h"
#ifndef HAVE_STRUPR
char * ROKEN_LIB_FUNCTION

View File

@@ -40,7 +40,7 @@
#include <stdio.h>
#include <string.h>
#include <err.h>
#include <roken.h>
#include "roken.h"
#include "test-mem.h"

View File

@@ -34,7 +34,7 @@
#include <config.h>
RCSID("$Id$");
#endif
#include <roken.h>
#include "roken.h"
#ifndef _DIAGASSERT
#define _DIAGASSERT(X)
#endif

View File

@@ -67,7 +67,7 @@
#include <config.h>
RCSID("$Id$");
#endif
#include <roken.h>
#include "roken.h"
#ifndef _DIAGASSERT
#define _DIAGASSERT(X)
#endif

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <roken.h>
#include "roken.h"
#include "roken.h"