components/ksh93/patches/040-CRXXX_Error_Catalog.patch
changeset 4268 d723f8ed85fe
parent 4196 d697072a92f5
child 4305 90493abe0c5c
--- a/components/ksh93/patches/040-CRXXX_Error_Catalog.patch	Sat May 09 12:45:23 2015 -0700
+++ b/components/ksh93/patches/040-CRXXX_Error_Catalog.patch	Sun May 10 11:59:46 2015 -0700
@@ -1,10 +1,12 @@
---- a/src/cmd/builtin/asa.c	Wed Nov  1 16:47:27 2006
-+++ b/src/cmd/builtin/asa.c	Tue Jun 28 13:59:47 2011
-@@ -110,7 +110,7 @@
+# This patch developed inhouse fixes some Solaris specific issues
+# and has not been submitted to the community.
+--- a/src/cmd/builtin/asa.c	2014-07-14 00:38:14.796528534 -0700
++++ b/src/cmd/builtin/asa.c	2014-07-14 00:38:58.469687039 -0700
+@@ -111,7 +111,7 @@
  	register Sfio_t	*fp;
  	register int	n, reclen=0;
  
--	cmdinit(argc, argv,(void*)0,(const char*)0,0);
+-	cmdinit(argc, argv, (void*)0, (const char*)0, 0);
 +	cmdinit(argc, argv, context, ERROR_CATALOG, 0);
  	while (n = optget(argv, usage)) switch (n)
  	{