summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/tree.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-04-14 01:09:53 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-04-14 01:09:53 +0000
commitf13d7f71d21867a72b76986161f6923c4c43c547 (patch)
tree3e63b56607698c294f6964e1635846637a814158 /usr.sbin/dhcpd/tree.h
parent7dab92fbe82bf08342de760d50705fc6e69ed4c6 (diff)
fold in 10liners and clean up other .hs a bit
Diffstat (limited to 'usr.sbin/dhcpd/tree.h')
-rw-r--r--usr.sbin/dhcpd/tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/tree.h b/usr.sbin/dhcpd/tree.h
index 73956be528c..e9d9ae0b236 100644
--- a/usr.sbin/dhcpd/tree.h
+++ b/usr.sbin/dhcpd/tree.h
@@ -1,6 +1,6 @@
-/* tree.h
+/* $OpenBSD: tree.h,v 1.3 2004/04/14 01:09:52 henning Exp $ */
- Definitions for address trees... */
+/* Definitions for address trees... */
/*
* Copyright (c) 1995 The Internet Software Consortium. All rights reserved.
@@ -96,7 +96,7 @@ struct tree_cache {
struct universe {
char *name;
struct hash_table *hash;
- struct option *options [256];
+ struct option *options[256];
};
struct option {