summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/tree.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-09-16 18:35:42 +0000
committerderaadt <deraadt@openbsd.org>2004-09-16 18:35:42 +0000
commit0795b38919d5e1a9797bb5628fbd00cbe8824b7d (patch)
treef73c46995a06a83b0a5501f0a8a7c9b62bdb339d /usr.sbin/dhcpd/tree.h
parentftruncate() with ftello() instead of ftell(); ok millert (diff)
downloadwireguard-openbsd-0795b38919d5e1a9797bb5628fbd00cbe8824b7d.tar.xz
wireguard-openbsd-0795b38919d5e1a9797bb5628fbd00cbe8824b7d.zip
avoid aliasing with libc functions; ok henning
Diffstat (limited to 'usr.sbin/dhcpd/tree.h')
-rw-r--r--usr.sbin/dhcpd/tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/tree.h b/usr.sbin/dhcpd/tree.h
index bdee4bf137b..fa9023b920d 100644
--- a/usr.sbin/dhcpd/tree.h
+++ b/usr.sbin/dhcpd/tree.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tree.h,v 1.4 2004/04/15 21:47:13 hshoexer Exp $ */
+/* $OpenBSD: tree.h,v 1.5 2004/09/16 18:35:43 deraadt Exp $ */
/* Definitions for address trees... */
@@ -85,7 +85,7 @@ struct dns_host_entry {
struct tree_cache {
unsigned char *value;
int len;
- int buf_size;
+ unsigned int buf_size;
time_t timeout;
struct tree *tree;
int flags;