1123N/Adiff -Naur INIT.2011-02-08.orig/src/cmd/ksh93/sh/init.c INIT.2011-02-08/src/cmd/ksh93/sh/init.c
1123N/A--- INIT.2011-02-08.orig/src/cmd/ksh93/sh/init.c 2012-06-25 01:05:32.997978071 -0700
1123N/A+++ INIT.2011-02-08/src/cmd/ksh93/sh/init.c 2012-06-25 01:19:10.000000000 -0700
1123N/A@@ -1181,7 +1181,7 @@
1123N/A Shell_t *shp;
1123N/A register int n;
1123N/A int type;
1123N/A- static char *login_files[3];
1123N/A+ static char *login_files[2];
1123N/A memfatal();
1123N/A n = strlen(e_version);
1123N/A if(e_version[n-1]=='$' && e_version[n-2]==' ')
1123N/A@@ -1468,7 +1468,6 @@
1123N/A shp->topscope = (Shscope_t*)shp->st.self;
1123N/A sh_offstate(SH_INIT);
1123N/A login_files[0] = (char*)e_profile;
1123N/A- login_files[1] = ".profile";
1123N/A shp->gd->login_files = login_files;
1123N/A shp->bltindata.version = SH_VERSION;
1123N/A shp->bltindata.shp = shp;