]> granicus.if.org Git - sudo/commitdiff
local utime.h now lives in emul dir
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 13 Sep 1995 01:41:55 +0000 (01:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 13 Sep 1995 01:41:55 +0000 (01:41 +0000)
check.c
utime.c

diff --git a/check.c b/check.c
index 57b4642a0decff9822b96d1241084624fb1356d4..11543f8014866428ac2301da7ca3cb3d23055f7e 100644 (file)
--- a/check.c
+++ b/check.c
@@ -100,7 +100,7 @@ static char rcsid[] = "$Id$";
 #    include <utime.h>
 #  endif /* HAVE_UTIME_H */
 #else
-#  include "utime.h"
+#  include "emul/utime.h"
 #endif /* HAVE_UTIME */
 
 
diff --git a/utime.c b/utime.c
index d90c80f4748a7bf962fa6bad35397ec25205f932..424a8166f2d527731ee481491fa2cce4f6611cb3 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -41,7 +41,7 @@ static char rcsid[] = "$Id$";
 
 #include "pathnames.h"
 #include "compat.h"
-#include "utime.h"
+#include "emul/utime.h"
 
 
 /******************************************************************