[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Syntax "checking whether setvbuf arguments are reversed"
From: |
Tobias Stöckmann |
Subject: |
Syntax "checking whether setvbuf arguments are reversed" |
Date: |
Sun, 09 Dec 2001 13:28:01 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:0.9.5) Gecko/20011012 |
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib
-g -O2
uname output: Linux localpc 2.4.13 #3 Tue Nov 20 15:27:21 CET 2001 i686
unknown
Machine Type: i686-pc-linux-gnu
Bash Version: 2.05a
Patch Level: 0
Release Status: release
Description:
Configure can't check whether setvbuf arguments are reversed,
because the stvbuf's syntax is wrong.
Repeat-By:
Whenever ./configure runs.
Fix:
in configure (line 5173) change
- if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
+ if (setvbuf(stdout, (char *) main, _IOLBF, BUFSIZ) != 0)
- Syntax "checking whether setvbuf arguments are reversed",
Tobias Stöckmann <=