diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-16 16:04:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-16 16:04:39 +0000 |
commit | eebfdf6d51ca661acdf42c312dfaa4d4834b2dca (patch) | |
tree | f6a156126981eb55fdad5ac673e9a003ff4908fa /usr.sbin/ldapd/btree.c | |
parent | 7c13ed42f2ff971d4a452050455c7efce0be4002 (diff) |
change to <limits.h> universe. The only changes in the binary are due
to the heavy use of assert.
ok millert
Diffstat (limited to 'usr.sbin/ldapd/btree.c')
-rw-r--r-- | usr.sbin/ldapd/btree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/btree.c b/usr.sbin/ldapd/btree.c index deecbcc74d0..cbba2ba5c54 100644 --- a/usr.sbin/ldapd/btree.c +++ b/usr.sbin/ldapd/btree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: btree.c,v 1.31 2013/11/02 13:31:51 deraadt Exp $ */ +/* $OpenBSD: btree.c,v 1.32 2015/01/16 16:04:38 deraadt Exp $ */ /* * Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> @@ -20,7 +20,6 @@ #include <sys/tree.h> #include <sys/stat.h> #include <sys/queue.h> -#include <sys/param.h> #include <sys/uio.h> #include <assert.h> |