From b35d72ac668c52ef0755cedba89bdca54bd995ac Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 6 Dec 1998 11:59:18 +0000 Subject: Name cleanups as suggested by Pavel: - cfg_strcpy() -> cfg_strdup() - mempool -> linpool, mp_* -> lp_* [to avoid confusion with memblock, mb_*] Anyway, it might be better to stop ranting about names and do some *real* work. --- proto/rip/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/rip/config.Y b/proto/rip/config.Y index fbe6fe1..33be05e 100644 --- a/proto/rip/config.Y +++ b/proto/rip/config.Y @@ -64,7 +64,7 @@ rip_dev_add_iface(char *n) { struct iface_patt *k = cfg_alloc(sizeof(struct iface_patt)); - k->pattern = cfg_strcpy(n); + k->pattern = cfg_strdup(n); add_tail(&THIS_PROTO->iface_list, &k->n); } -- cgit v1.2.3