]> git.pld-linux.org Git - packages/bash.git/blame - bash40-026
- up to 4.0.33
[packages/bash.git] / bash40-026
CommitLineData
387ec419
AM
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 4.0
5Patch-ID: bash40-026
6
7Bug-Reported-by: Sergei Steshenko <sergstesh@yahoo.com>
8Bug-Reference-ID: <670181.38883.qm@web35204.mail.mud.yahoo.com>
9Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2009-05/msg00059.html
10
11Bug-Description:
12
13A forgotten line in externs.h caused compilation errors to occur on some
14systems (e.g., Cygwin).
15
16Patch:
17
18*** ../bash-4.0-patched/externs.h 2009-01-18 18:29:29.000000000 -0500
19--- externs.h 2009-06-02 09:05:40.000000000 -0400
20***************
21*** 193,196 ****
22--- 193,198 ----
23
24 /* Declarations for functions defined in lib/sh/fpurge.c */
25+
26+ #if defined NEED_FPURGE_DECL
27 #if !HAVE_DECL_FPURGE
28
29***************
30*** 201,205 ****
31
32 #endif /* HAVE_DECL_FPURGE */
33!
34
35 /* Declarations for functions defined in lib/sh/getcwd.c */
36--- 203,207 ----
37
38 #endif /* HAVE_DECL_FPURGE */
39! #endif /* NEED_FPURGE_DECL */
40
41 /* Declarations for functions defined in lib/sh/getcwd.c */
42*** ../bash-4.0/patchlevel.h 2009-01-04 14:32:40.000000000 -0500
43--- patchlevel.h 2009-02-22 16:11:31.000000000 -0500
44***************
45*** 26,30 ****
46 looks for to find the patch level (for the sccs version string). */
47
48! #define PATCHLEVEL 25
49
50 #endif /* _PATCHLEVEL_H_ */
51--- 26,30 ----
52 looks for to find the patch level (for the sccs version string). */
53
54! #define PATCHLEVEL 26
55
56 #endif /* _PATCHLEVEL_H_ */
This page took 0.033668 seconds and 4 git commands to generate.