Replace emul/include.h with compat/include.h to match new source

tree layout.
This commit is contained in:
Todd C. Miller
2010-02-20 09:22:30 -05:00
parent dc525d2587
commit d6187f5ad3
12 changed files with 15 additions and 15 deletions

View File

@@ -49,8 +49,8 @@
#endif /* HAVE_STRING_H */
#include <compat.h>
#include "emul/fnmatch.h"
#include "emul/charclass.h"
#include "compat/fnmatch.h"
#include "compat/charclass.h"
#undef EOS
#define EOS '\0'

View File

@@ -97,8 +97,8 @@
#include <pwd.h>
#include <compat.h>
#include "emul/glob.h"
#include "emul/charclass.h"
#include "compat/glob.h"
#include "compat/charclass.h"
#define DOLLAR '$'
#define DOT '.'

View File

@@ -25,7 +25,7 @@
# include <time.h>
#endif
#ifndef HAVE_TIMESPEC
# include <emul/timespec.h>
# include <compat/timespec.h>
#endif
#include <errno.h>

View File

@@ -26,7 +26,7 @@
#ifdef HAVE_UTIME_H
# include <utime.h>
#else
# include <emul/utime.h>
# include <compat/utime.h>
#endif
#include <compat.h>

View File

@@ -53,7 +53,7 @@
#include <pwd.h>
#include <grp.h>
#ifndef HAVE_TIMESPEC
# include <emul/timespec.h>
# include <compat/timespec.h>
#endif
#include "sudo.h"

View File

@@ -23,7 +23,7 @@
# include <time.h>
#endif
#ifndef HAVE_TIMESPEC
# include <emul/timespec.h>
# include <compat/timespec.h>
#endif
#include <compat.h>

View File

@@ -84,10 +84,10 @@
#include <gram.h>
#ifndef HAVE_FNMATCH
# include "emul/fnmatch.h"
# include "compat/fnmatch.h"
#endif /* HAVE_FNMATCH */
#ifndef HAVE_EXTENDED_GLOB
# include "emul/glob.h"
# include "compat/glob.h"
#endif /* HAVE_EXTENDED_GLOB */
#ifdef USING_NONUNIX_GROUPS
# include "nonunix.h"

View File

@@ -51,7 +51,7 @@
# include <time.h>
#endif
#ifndef HAVE_TIMESPEC
# include <emul/timespec.h>
# include <compat/timespec.h>
#endif
#include <ctype.h>
#include <errno.h>

View File

@@ -67,7 +67,7 @@
#include <gram.h>
#ifndef HAVE_FNMATCH
# include "emul/fnmatch.h"
# include "compat/fnmatch.h"
#endif /* HAVE_FNMATCH */
/*

View File

@@ -77,7 +77,7 @@
# include <varargs.h>
#endif
#ifndef HAVE_TIMESPEC
# include <emul/timespec.h>
# include <compat/timespec.h>
#endif
#include "sudo.h"

View File

@@ -44,7 +44,7 @@
# include <time.h>
#endif
#ifndef HAVE_TIMESPEC
# include <emul/timespec.h>
# include <compat/timespec.h>
#endif
#include "sudo.h"

View File

@@ -50,7 +50,7 @@
# include <time.h>
#endif
#ifndef HAVE_TIMESPEC
# include <emul/timespec.h>
# include <compat/timespec.h>
#endif
#include "sudo.h"