diff options
| author | Andrzej Szeszo <aszeszo@gmail.com> | 2011-07-03 16:09:32 -0400 |
|---|---|---|
| committer | Andrzej Szeszo <aszeszo@gmail.com> | 2011-07-03 16:09:32 -0400 |
| commit | 46eadd8feeea92c5823dc5435b9fa7602aebbcd2 (patch) | |
| tree | af84c2055645715558d91fffad65fdd8e6d3eab6 /usr/src/head/paths.h | |
| parent | 430b4c467020edf2445feb0c21db01c88b86243a (diff) | |
| download | illumos-joyent-46eadd8feeea92c5823dc5435b9fa7602aebbcd2.tar.gz | |
1177 _PATH_STDPATH definition in paths.h not correct
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/head/paths.h')
| -rw-r--r-- | usr/src/head/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/paths.h b/usr/src/head/paths.h index d06d54b0c1..91a0642dff 100644 --- a/usr/src/head/paths.h +++ b/usr/src/head/paths.h @@ -39,7 +39,7 @@ extern "C" { #endif #define _PATH_DEFPATH "/usr/ccs/bin:/usr/bin:/bin" -#define _PATH_STDPATH _PATH_STDPATH ":/usr/sbin:/sbin" +#define _PATH_STDPATH _PATH_DEFPATH ":/usr/sbin:/sbin" #define _PATH_BPF "/dev/bpf" #define _PATH_BSHELL "/usr/bin/sh" |
