summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dispatch.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-05 23:07:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-05 23:07:48 +0000
commit7ec49bfd42545190857c962fc7ffb16d4710d1ef (patch)
treef13f0187bf9b4bc9a27d82e8768a6e9a63b33dff /sbin/dhclient/dispatch.c
parent16be2d13465cfc7b34e43e31cc017382bb293c52 (diff)
knf
Diffstat (limited to 'sbin/dhclient/dispatch.c')
-rw-r--r--sbin/dhclient/dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c
index 0465ae8d7ba..e5181bc7d5f 100644
--- a/sbin/dhclient/dispatch.c
+++ b/sbin/dhclient/dispatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dispatch.c,v 1.27 2004/05/04 22:23:01 mickey Exp $ */
+/* $OpenBSD: dispatch.c,v 1.28 2004/05/05 23:07:47 deraadt Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
@@ -66,8 +66,8 @@ static int interface_status(struct interface_info *ifinfo);
void
discover_interfaces(struct interface_info *iface)
{
- struct sockaddr_in foo;
struct ifaddrs *ifap, *ifa;
+ struct sockaddr_in foo;
struct ifreq *tif;
if (getifaddrs(&ifap) != 0)