Replace emul/include.h with compat/include.h to match new source
tree layout.
This commit is contained in:
@@ -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'
|
||||
|
@@ -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 '.'
|
||||
|
@@ -25,7 +25,7 @@
|
||||
# include <time.h>
|
||||
#endif
|
||||
#ifndef HAVE_TIMESPEC
|
||||
# include <emul/timespec.h>
|
||||
# include <compat/timespec.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#ifdef HAVE_UTIME_H
|
||||
# include <utime.h>
|
||||
#else
|
||||
# include <emul/utime.h>
|
||||
# include <compat/utime.h>
|
||||
#endif
|
||||
|
||||
#include <compat.h>
|
||||
|
@@ -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"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
# include <time.h>
|
||||
#endif
|
||||
#ifndef HAVE_TIMESPEC
|
||||
# include <emul/timespec.h>
|
||||
# include <compat/timespec.h>
|
||||
#endif
|
||||
|
||||
#include <compat.h>
|
||||
|
@@ -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"
|
||||
|
@@ -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>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
#include <gram.h>
|
||||
|
||||
#ifndef HAVE_FNMATCH
|
||||
# include "emul/fnmatch.h"
|
||||
# include "compat/fnmatch.h"
|
||||
#endif /* HAVE_FNMATCH */
|
||||
|
||||
/*
|
||||
|
@@ -77,7 +77,7 @@
|
||||
# include <varargs.h>
|
||||
#endif
|
||||
#ifndef HAVE_TIMESPEC
|
||||
# include <emul/timespec.h>
|
||||
# include <compat/timespec.h>
|
||||
#endif
|
||||
|
||||
#include "sudo.h"
|
||||
|
@@ -44,7 +44,7 @@
|
||||
# include <time.h>
|
||||
#endif
|
||||
#ifndef HAVE_TIMESPEC
|
||||
# include <emul/timespec.h>
|
||||
# include <compat/timespec.h>
|
||||
#endif
|
||||
|
||||
#include "sudo.h"
|
||||
|
@@ -50,7 +50,7 @@
|
||||
# include <time.h>
|
||||
#endif
|
||||
#ifndef HAVE_TIMESPEC
|
||||
# include <emul/timespec.h>
|
||||
# include <compat/timespec.h>
|
||||
#endif
|
||||
|
||||
#include "sudo.h"
|
||||
|
Reference in New Issue
Block a user