Imported from ../bash-2.02.1.tar.gz.
[platform/upstream/bash.git] / shell.c
diff --git a/shell.c b/shell.c
index 5304b6e..e4f649c 100644 (file)
--- a/shell.c
+++ b/shell.c
@@ -1390,9 +1390,7 @@ shell_initialize ()
   char hostname[256];
 
   /* Line buffer output for stderr and stdout. */
-#if defined (SunOS5)
   if (shell_initialized == 0)
-#endif
     {
       setlinebuf (stderr);
       setlinebuf (stdout);