diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /bash/bash-2.05b/report-155436.patch | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'bash/bash-2.05b/report-155436.patch')
-rw-r--r-- | bash/bash-2.05b/report-155436.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bash/bash-2.05b/report-155436.patch b/bash/bash-2.05b/report-155436.patch index e69de29bb2..9fe34928c7 100644 --- a/bash/bash-2.05b/report-155436.patch +++ b/bash/bash-2.05b/report-155436.patch @@ -0,0 +1,11 @@ +--- include/shmbutil.h.orig 2002-08-05 06:26:13.000000000 +0900 ++++ include/shmbutil.h 2002-08-05 06:19:37.000000000 +0900 +@@ -120,6 +120,8 @@ + state = state_bak; \ + (_i)++; \ + } \ ++ else if (mblength == 0) \ ++ (_i)++; \ + else \ + (_i) += mblength; \ + } \ |