]> granicus.if.org Git - sudo/commitdiff
added pathnames.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 1 Apr 1995 00:14:56 +0000 (00:14 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 1 Apr 1995 00:14:56 +0000 (00:14 +0000)
getcwd.c
getwd.c

index 7cc6eb981639d496c8022db15c4e8312eb3dc1be..6717eab4f81fe6025044a28ce7995de02dc244d4 100644 (file)
--- a/getcwd.c
+++ b/getcwd.c
@@ -31,7 +31,6 @@ static char rcsid[] = "$Id$";
 #endif /* lint */
 
 #include "config.h"
-#include "pathnames.h"
 
 #include <stdio.h>
 #ifdef STDC_HEADERS
@@ -55,6 +54,7 @@ static char rcsid[] = "$Id$";
 #include <sys/param.h>
 #include <netinet/in.h>
 
+#include "pathnames.h"
 #include "compat.h"
 
 #ifndef STDC_HEADERS
diff --git a/getwd.c b/getwd.c
index 7cc6eb981639d496c8022db15c4e8312eb3dc1be..6717eab4f81fe6025044a28ce7995de02dc244d4 100644 (file)
--- a/getwd.c
+++ b/getwd.c
@@ -31,7 +31,6 @@ static char rcsid[] = "$Id$";
 #endif /* lint */
 
 #include "config.h"
-#include "pathnames.h"
 
 #include <stdio.h>
 #ifdef STDC_HEADERS
@@ -55,6 +54,7 @@ static char rcsid[] = "$Id$";
 #include <sys/param.h>
 #include <netinet/in.h>
 
+#include "pathnames.h"
 #include "compat.h"
 
 #ifndef STDC_HEADERS