components/ksh93/patches/060-CR7065900.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 27 Apr 2015 10:19:50 -0500
changeset 4196 d697072a92f5
parent 789 components/ksh93/patches/CR7065900.patch@5f074ca23733
permissions -rw-r--r--
19782029 userland should be able to build from SCM repositories

--- a/src/cmd/ksh93/data/builtins.c	Tue Dec  7 19:23:04 2010
+++ b/src/cmd/ksh93/data/builtins.c	Mon Jul 18 12:08:50 2011
@@ -108,7 +108,6 @@
 	"printf",	NV_BLTIN|BLT_ENV,		bltin(printf),
 	"pwd",		NV_BLTIN,			bltin(pwd),
 	"read",		NV_BLTIN|BLT_ENV,		bltin(read),
-	"sleep",	NV_BLTIN,			bltin(sleep),
 	"alarm",	NV_BLTIN,			bltin(alarm),
 	"ulimit",	NV_BLTIN|BLT_ENV,		bltin(ulimit),
 	"umask",	NV_BLTIN|BLT_ENV,		bltin(umask),