summaryrefslogtreecommitdiff
path: root/sbin/dhclient/privsep.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2012-12-01 00:13:33 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2012-12-01 00:13:33 +0000
commit6a090b99b4fdba2e82b89c9c5c8203b2d5a4048e (patch)
treeaf2cb68f6aa30beb201e772eb7ff60cf4191f42b /sbin/dhclient/privsep.h
parent7ce0b429258d80ffa16a9eeb7975b1ae153dffea (diff)
A couple of whitespace nits.
Diffstat (limited to 'sbin/dhclient/privsep.h')
-rw-r--r--sbin/dhclient/privsep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dhclient/privsep.h b/sbin/dhclient/privsep.h
index 682a79c85eb..2b16aed4ce8 100644
--- a/sbin/dhclient/privsep.h
+++ b/sbin/dhclient/privsep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.h,v 1.8 2012/11/29 00:31:57 krw Exp $ */
+/* $OpenBSD: privsep.h,v 1.9 2012/12/01 00:13:32 krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -34,11 +34,11 @@ enum imsg_code {
struct imsg_delete_address {
char ifname[IFNAMSIZ];
int rdomain;
- struct in_addr addr;
+ struct in_addr addr;
};
struct imsg_add_address {
- char ifname[IFNAMSIZ];
+ char ifname[IFNAMSIZ];
int rdomain;
struct in_addr addr;
struct in_addr mask;