diff options
author | Matt Housh <jaeger@crux.ninja> | 2018-02-05 10:36:31 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2018-02-05 10:36:31 -0600 |
commit | 3b5acf6c69c82c61c36f582a468948d1ba579852 (patch) | |
tree | 86a6809e0961f124e29f6e0e446590457d0392b0 /parted | |
parent | 53e34c14ea1350c45ca57c01a584683176c2c13c (diff) | |
download | opt-3b5acf6c69c82c61c36f582a468948d1ba579852.tar.gz opt-3b5acf6c69c82c61c36f582a468948d1ba579852.tar.xz |
parted: removed unused patch
Diffstat (limited to 'parted')
-rw-r--r-- | parted/parted-3.1-readline-6.3.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/parted/parted-3.1-readline-6.3.patch b/parted/parted-3.1-readline-6.3.patch deleted file mode 100644 index 7b6502f9c..000000000 --- a/parted/parted-3.1-readline-6.3.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru parted-3.1.orig/parted/ui.c parted-3.1/parted/ui.c ---- parted-3.1.orig/parted/ui.c 2014-03-04 11:20:01.556849738 +0100 -+++ parted-3.1/parted/ui.c 2014-03-04 11:21:36.810139757 +0100 -@@ -1474,7 +1474,7 @@ - #ifdef HAVE_LIBREADLINE - if (!opt_script_mode) { - rl_initialize (); -- rl_attempted_completion_function = (CPPFunction*) complete_function; -+ rl_attempted_completion_function = (rl_completion_func_t *) complete_function; - readline_state.in_readline = 0; - } - #endif |