FTS_ISWD is gone
[unix-history] / usr / src / include / paths.h
index f37d118..35da488 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)paths.h     5.18 (Berkeley) %G%
+ *     @(#)paths.h     8.1 (Berkeley) %G%
  */
 
 #ifndef _PATHS_H_
  */
 
 #ifndef _PATHS_H_
@@ -13,7 +13,8 @@
 /* Default search path. */
 #define        _PATH_DEFPATH   "/usr/bin:/bin"
 /* All standard utilities path. */
 /* Default search path. */
 #define        _PATH_DEFPATH   "/usr/bin:/bin"
 /* All standard utilities path. */
-#define        _PATH_STDPATH   "/usr/bin:/bin:/usr/sbin"
+#define        _PATH_STDPATH \
+       "/usr/bin:/bin:/usr/sbin:/sbin:/usr/contrib/bin:/usr/old/bin"
 
 #define        _PATH_BSHELL    "/bin/sh"
 #define        _PATH_CONSOLE   "/dev/console"
 
 #define        _PATH_BSHELL    "/bin/sh"
 #define        _PATH_CONSOLE   "/dev/console"