diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-12-11 23:40:31 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-12-11 23:40:31 +0000 |
commit | eae767c09ea2f87bbb39abb9f93d4f0bac2e1452 (patch) | |
tree | 9a9722ca72cf6890d5f67778341bef228200a59a | |
parent | dca2e871dbaa99af691bb17f8e8d7e3e6dffcc7f (diff) |
spaces
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h index 9dd1ab69eb4..621409fe56a 100644 --- a/usr.sbin/dhcpd/dhcpd.h +++ b/usr.sbin/dhcpd/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.25 2006/11/22 19:10:39 stevesk Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.26 2006/12/11 23:40:30 stevesk Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 @@ -312,7 +312,7 @@ struct client_lease { }; /* privsep message. fixed length for easy parsing */ -struct pf_cmd{ +struct pf_cmd { struct in_addr ip; u_int32_t type; }; |