diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-12 15:07:53 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-12 15:07:53 +0200 |
commit | dcab78904794156483878b4b8cd924e30a71bcdd (patch) | |
tree | 3ee8c297a8ae5db2feb3a3368ba5e7b0177ba92a /conf | |
parent | c3edb89ec141355de58fbade353d4b2182c62c1e (diff) | |
download | bird-dcab78904794156483878b4b8cd924e30a71bcdd.tar bird-dcab78904794156483878b4b8cd924e30a71bcdd.zip |
Renamed f_path to f_path_mask -- which is what it really is. Use
linklist instead of array of signed integers for path mask.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index b5856a4..c303add 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -35,7 +35,7 @@ CF_DECLS struct filter *f; struct f_tree *e; struct f_val v; - struct f_path *h; + struct f_path_mask *h; struct password_item *p; struct rt_show_data *ra; void *g; |