diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-08-05 18:44:20 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-08-05 18:44:20 +0000 |
commit | 475388ebf609553cd9c9c2e5c86f22388f366dcd (patch) | |
tree | 8127764db95d65e5da4dcd61ac2f6643a839bc85 /usr.sbin/bgpd/rde_prefix.c | |
parent | a9afe3a1c53305a7d4f2e003ce8fc277c893e008 (diff) |
Cleanup aspath specific functions and api. Mainly switch to a refcnt based
allocation. This helps to save a bit of RAM. looks good henning@
Diffstat (limited to 'usr.sbin/bgpd/rde_prefix.c')
-rw-r--r-- | usr.sbin/bgpd/rde_prefix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_prefix.c b/usr.sbin/bgpd/rde_prefix.c index 0a9155a0ea3..d4cc5854fe5 100644 --- a/usr.sbin/bgpd/rde_prefix.c +++ b/usr.sbin/bgpd/rde_prefix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_prefix.c,v 1.17 2004/08/03 14:46:23 claudio Exp $ */ +/* $OpenBSD: rde_prefix.c,v 1.18 2004/08/05 18:44:19 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> @@ -270,7 +270,7 @@ pt_prefix_cmp(const struct pt_entry *a, const struct pt_entry *b) int i; if (a->af != b->af) - fatalx("king bula sez: comapring pears with apples"); + fatalx("king bula sez: comapring pears with apples"); switch (a->af) { case AF_INET: |