X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fmountd%2Fpatches%2F010-uci_rename_history_to_delta.patch;fp=package%2Fmountd%2Fpatches%2F010-uci_rename_history_to_delta.patch;h=0000000000000000000000000000000000000000;hp=65b2f84343acb2ce4940131eb8dcb5fa479c8c75;hb=5a6fa69f76839a1a294f8cc15a18fde9ddd2ced2;hpb=d428f64a391643b3e5a3f94e4793b1be3458cfdd diff --git a/package/mountd/patches/010-uci_rename_history_to_delta.patch b/package/mountd/patches/010-uci_rename_history_to_delta.patch deleted file mode 100644 index 65b2f84343..0000000000 --- a/package/mountd/patches/010-uci_rename_history_to_delta.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- - lib/uci.c | 2 +- - lib/ucix.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - ---- a/lib/uci.c -+++ b/lib/uci.c -@@ -28,7 +28,7 @@ struct uci_package *p = NULL; - struct uci_context* uci_init(char *config_file) - { - struct uci_context *ctx = uci_alloc_context(); -- uci_add_history_path(ctx, "/var/state"); -+ uci_add_delta_path(ctx, "/var/state"); - if(uci_load(ctx, config_file, &p) != UCI_OK) - { - log_printf("/etc/config/%s is missing or corrupt\n", config_file); ---- a/lib/ucix.c -+++ b/lib/ucix.c -@@ -18,7 +18,7 @@ static inline int ucix_get_ptr(struct uc - struct uci_context* ucix_init(const char *config_file) - { - struct uci_context *ctx = uci_alloc_context(); -- uci_add_history_path(ctx, "/var/state"); -+ uci_add_delta_path(ctx, "/var/state"); - if(uci_load(ctx, config_file, NULL) != UCI_OK) - { - printf("%s/%s is missing or corrupt\n", ctx->savedir, config_file);