diff options
Diffstat (limited to 'bash/bash-2.05b/report-155436.patch')
-rw-r--r-- | bash/bash-2.05b/report-155436.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bash/bash-2.05b/report-155436.patch b/bash/bash-2.05b/report-155436.patch deleted file mode 100644 index 9fe34928c7..0000000000 --- a/bash/bash-2.05b/report-155436.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; \ - } \ |