--- ksh-93s+20080202.orig/src/cmd/INIT/make.probe
+++ ksh-93s+20080202/src/cmd/INIT/make.probe
@@ -1948,7 +1948,7 @@
CC_LD_DYNAMIC=$lddynamic
CC_LD_LAZY=$ldlazy
CC_LD_NOLAZY=$ldnolazy
-CC_LD_ORIGIN=$ldorigin
+CC_LD_ORIGIN=
CC_LD_RECORD=$ldrecord
CC_LD_NORECORD=$ldnorecord
CC_LD_RUNPATH=$ldrunpath
--- ksh-93s+20080202.orig/src/cmd/ksh93/sh.1
+++ ksh-93s+20080202/src/cmd/ksh93/sh.1
@@ -19,16 +19,7 @@
.TH KSH93 1
.\}
.SH NAME
-.if \nZ=0 \{\
-sh, rsh, pfsh \- shell, the
-.\}
-.if \nZ=1 \{\
-.\}
-ksh, rksh, pfksh \- KornShell, a
-.if \nZ=2 \{\
-ksh93, rksh93, pfksh93 \- KornShell, a
-.\}
-standard/restricted command and programming language
+ksh, ksh93 \- KornShell, a command and programming language
.SH SYNOPSIS
.if \nZ=0 \{\
.B sh
--- ksh-93s+20080202.orig/src/cmd/ksh93/Makefile
+++ ksh-93s+20080202/src/cmd/ksh93/Makefile
@@ -39,8 +39,8 @@
SHOPT_REMOTE == /* enable --rc if running as a remote shell */
SHOPT_SEVENBIT == /* strip the eigth bit from characters */
SHOPT_SPAWN == /* use spawnveg for fork/exec */
-SHOPT_SUID_EXEC == 1 /* allow (safe) suid/sgid shell scripts */
-SHOPT_SYSRC == /* attempt . /etc/ksh.kshrc if interactive */
+SHOPT_SUID_EXEC == 0 /* allow (safe) suid/sgid shell scripts */
+SHOPT_SYSRC == 1 /* attempt . /etc/ksh.kshrc if interactive */
SHOPT_TIMEOUT == /* number of seconds for shell timeout */
SHOPT_VSH == 1 /* vi edit mode */