diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/login_ldap/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/login_ldap/util.c b/libexec/login_ldap/util.c index dba514906f1..837e93ad811 100644 --- a/libexec/login_ldap/util.c +++ b/libexec/login_ldap/util.c @@ -1,5 +1,5 @@ /* - * $OpenBSD: util.c,v 1.4 2022/12/26 20:06:43 jmc Exp $ + * $OpenBSD: util.c,v 1.5 2023/04/19 12:34:23 jsg Exp $ * Copyright (c) 2002 Institute for Open Systems Technology Australia (IFOST) * Copyright (c) 2007 Michael Erdely <merdely@openbsd.org> * Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org> @@ -30,7 +30,6 @@ */ #include <sys/socket.h> -#include <limits.h> #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> |