diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-03 20:24:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-03 20:24:17 +0000 |
commit | 08631c50a0fed5213e42420b6dfa48eb1b885529 (patch) | |
tree | 21d0c78f07610eae1ef415722ca4e608ee53b425 /sbin/ifconfig | |
parent | 560cf31c97981422395d82e3dfdfb2f56417a643 (diff) |
ansi; jared
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 604f92f030d..ccc00727399 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.108 2004/06/26 17:36:33 markus Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.109 2004/07/03 20:24:16 deraadt Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -77,7 +77,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.108 2004/06/26 17:36:33 markus Exp $"; +static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.109 2004/07/03 20:24:16 deraadt Exp $"; #endif #endif /* not lint */ @@ -2684,7 +2684,7 @@ getifgroups(void) } void -carp_status() +carp_status(void) { const char *state; struct carpreq carpr; |