From 3076b5aedc1d348413276b361806053e80dca7c6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 30 Mar 2000 08:50:30 +0000 Subject: Renamed FF_OUTGOING to FF_FORCE_TMPATTR which much better fits the semantics. Call rte_cow() instead of rte_do_cow(), so that COW works properly. Stripped "\n" off several (de)bug messages. --- filter/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter.h') diff --git a/filter/filter.h b/filter/filter.h index b05e6a7..a6868f9 100644 --- a/filter/filter.h +++ b/filter/filter.h @@ -122,6 +122,6 @@ struct f_tree { #define NEW_F_VAL struct f_val * val; val = cfg_alloc(sizeof(struct f_val)); -#define FF_OUTGOING 1 +#define FF_FORCE_TMPATTR 1 /* Force all attributes to be temporary */ #endif -- cgit v1.2.3