diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-10 16:41:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-10 16:41:30 +0000 |
commit | be4ae4c8fa78a60c8d5ad177c8476e798e3787a8 (patch) | |
tree | 9147be0ccddd92a0298fb419d2da81bafb8ec191 /sbin/routed/table.c | |
parent | 2dab5eb58473c9874077ac55ecd8e4dc7c8d4354 (diff) |
boring cleanups
Diffstat (limited to 'sbin/routed/table.c')
-rw-r--r-- | sbin/routed/table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 6dd9d12dee9..9579b800498 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: table.c,v 1.13 2003/06/02 20:06:17 millert Exp $ */ +/* $OpenBSD: table.c,v 1.14 2003/06/10 16:41:29 deraadt Exp $ */ /* * Copyright (c) 1983, 1988, 1993 @@ -1113,7 +1113,7 @@ read_rt(void) ? HOST_MASK : std_mask(S_ADDR(INFO_DST(&info)))); - snprintf(strp, str + sizeof str - strp, ": %s", + snprintf(strp, str + sizeof str - strp, ": %s", addrname(S_ADDR(INFO_DST(&info)), mask, 0)); strp+= strlen(strp); |