diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 18:26:46 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 18:26:46 +0000 |
commit | 64201864bbe5387e655daaab298b9c47bd529f61 (patch) | |
tree | 0aae2ac07f25b4f3988e1503a16acc05094db819 /sbin/route/route.c | |
parent | 4935fbdf5d5c47f114f9d1b2b6a47dbc7b75a582 (diff) |
Kill unused Aflag support that sneeked in via netstat code.
Diffstat (limited to 'sbin/route/route.c')
-rw-r--r-- | sbin/route/route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c index 54d28920d70..5e204f88049 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.96 2006/05/21 13:27:08 mpf Exp $ */ +/* $OpenBSD: route.c,v 1.97 2006/05/27 18:26:45 claudio Exp $ */ /* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */ /* @@ -596,7 +596,7 @@ show(int argc, char *argv[]) usage(*argv); } - p_rttables(af, 0); + p_rttables(af); } void |