summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/tree.h
diff options
context:
space:
mode:
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 {