[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lib/sh/setlinebuf.c does not compile
From: |
Iida Yosiaki |
Subject: |
lib/sh/setlinebuf.c does not compile |
Date: |
Wed, 14 Nov 2001 02:01:29 -0500 |
* The version number of Bash.
2.05
* The hardware and operating system.
m68k-sony-newsos4
* The compiler used to compile Bash.
/bin/cc
* A description of the bug behaviour.
lib/sh/setlinebuf.c does not compile,
until applying the following:
--- setlinebuf.c~ Thu Sep 30 19:07:28 1999
+++ setlinebuf.c Wed Nov 14 06:49:47 2001
@@ -56,7 +56,7 @@
# endif /* !SETVBUF_REVERSED */
# else /* !HAVE_SETVBUF */
- setlinebuf (stream));
+ setlinebuf (stream);
return (0);
#endif /* !HAVE_SETVBUF */
* A short script or `recipe' which exercises the bug and may be used
to reproduce it.
``../configure --prefix=$HOME/gnu'' and run GNU make
in a subdirectory of source distribution.
--
iida
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- lib/sh/setlinebuf.c does not compile,
Iida Yosiaki <=