]> granicus.if.org Git - sudo/commitdiff
Replace emul/include.h with compat/include.h to match new source
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Feb 2010 14:22:30 +0000 (09:22 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Feb 2010 14:22:30 +0000 (09:22 -0500)
tree layout.

12 files changed:
compat/fnmatch.c
compat/glob.c
compat/nanosleep.c
compat/utimes.c
plugins/sudoers/check.c
plugins/sudoers/gettime.c
plugins/sudoers/match.c
plugins/sudoers/sudoreplay.c
plugins/sudoers/testsudoers.c
plugins/sudoers/visudo.c
src/fileops.c
src/sudo_edit.c

index 625d759cbbc055d1ef20a8c31f06a4567859cfb8..75669f6e670707b66942c4dc588dd83ea0541086 100644 (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'
index 5df33b596a97fa2027774ca03a52eae015285631..f9594c80d44180b6e46e38c8a51d83931911c6c4 100644 (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             '.'
index 24aca7579c88eeebc2c2e97a8ae06442331261f3..ece229aadcd44f2e5ce47845eaeaa4a31c1f9929 100644 (file)
@@ -25,7 +25,7 @@
 # include <time.h>
 #endif
 #ifndef HAVE_TIMESPEC
-# include <emul/timespec.h>
+# include <compat/timespec.h>
 #endif
 #include <errno.h>
 
index 84f4c433cb6d8c7c52dd26b818f9a26b814609b0..0b0444355e6965276b18992258f0eb5fda9740a8 100644 (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>
index f989bfd4867ddbd23967a45106600c4599deff86..7657816baa72e0ef2031307e28a53f4275b9cdab 100644 (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"
index f6de4753269cc79ea3ea67c56ab33c8255a6df34..3e9ec43aecf7b5eb3bf8f1f38c2dd13a4178b041 100644 (file)
@@ -23,7 +23,7 @@
 # include <time.h>
 #endif
 #ifndef HAVE_TIMESPEC
-# include <emul/timespec.h>
+# include <compat/timespec.h>
 #endif
 
 #include <compat.h>
index 8bfbdf9a1f80b2948ae21a18742459687fb3f38e..8757e7aec48f81d11d465e652641ccfb6acf8d39 100644 (file)
 #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"
index a67024a4945e8bae4ffcb2dad3529ff8089a61d9..9ddf5c8907a99933765b21e7f45a501c3fad7ab6 100644 (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>
index a551be55ffcd434118bc8686472bb97ef41eb34d..fb0f60657c7e5a4791d5db193498d94cd96d1ea8 100644 (file)
@@ -67,7 +67,7 @@
 #include <gram.h>
 
 #ifndef HAVE_FNMATCH
-# include "emul/fnmatch.h"
+# include "compat/fnmatch.h"
 #endif /* HAVE_FNMATCH */
 
 /*
index ae2028aec60bcb177a22c16d73216c10317fb099..31bb5094196d09955f03c1b83ae2c4ea057e7c79 100644 (file)
@@ -77,7 +77,7 @@
 # include <varargs.h>
 #endif
 #ifndef HAVE_TIMESPEC
-# include <emul/timespec.h>
+# include <compat/timespec.h>
 #endif
 
 #include "sudo.h"
index 5e9d31dd67c6323c5a7ebf5da58f40735f7929fb..1d119ced706a06b5a23d0a6df3f2b0e77644cf55 100644 (file)
@@ -44,7 +44,7 @@
 # include <time.h>
 #endif
 #ifndef HAVE_TIMESPEC
-# include <emul/timespec.h>
+# include <compat/timespec.h>
 #endif
 
 #include "sudo.h"
index 04d5d7434e4743af140dec6ee55713b531d5137a..079c449bd07308469b1cb87287a9076cfd26aaf5 100644 (file)
@@ -50,7 +50,7 @@
 # include <time.h>
 #endif
 #ifndef HAVE_TIMESPEC
-# include <emul/timespec.h>
+# include <compat/timespec.h>
 #endif
 
 #include "sudo.h"