diff options
author | craigm <none@none> | 2006-05-23 08:36:21 -0700 |
---|---|---|
committer | craigm <none@none> | 2006-05-23 08:36:21 -0700 |
commit | 60c807700988885656502665e0cf8afd4b4346f7 (patch) | |
tree | 146231f206174235d3cef0167cabbd48181a232a /usr/src/lib/libc/port/gen/getusershell.c | |
parent | 3c431bb5ee3cefe718333980f115132d63be0c60 (diff) | |
download | illumos-gate-60c807700988885656502665e0cf8afd4b4346f7.tar.gz |
6268715 port_getn(3C) and port_sendn(3C) not working on Solaris x86
6315070 lib/libc/$MACH/Makefile: use correct macro for -xarch options in ASFLAGS
6359912 /usr/lib/values-(star).o files should be built with -K pic
6382561 _renameat has incorrect binding
6422703 Lack of /usr/sfw/bin/zsh in /etc/shells makes dtlogin fail.
Diffstat (limited to 'usr/src/lib/libc/port/gen/getusershell.c')
-rw-r--r-- | usr/src/lib/libc/port/gen/getusershell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/libc/port/gen/getusershell.c b/usr/src/lib/libc/port/gen/getusershell.c index 289ae3c4a2..aee3abb15b 100644 --- a/usr/src/lib/libc/port/gen/getusershell.c +++ b/usr/src/lib/libc/port/gen/getusershell.c @@ -57,6 +57,7 @@ const char *okshells[] = { "/bin/zsh", "/usr/xpg4/bin/sh", "/sbin/pfsh", + "/usr/sfw/bin/zsh", NULL }; |