summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2023-09-06 09:08:31 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2023-09-06 09:08:31 +0000
commit9f5c918b7d80a79487f91a518cbb6191ab17e6f6 (patch)
treece77b20d0e331b22cbf64a4e62a7e6d8e9e581b2 /usr.sbin
parent1ef8e86730b50d697c0e2391a1e3200cafe53506 (diff)
remove extra blank line to reduce changes to upstream in a locally-patched file
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/unbound/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/unbound/configure.ac b/usr.sbin/unbound/configure.ac
index a6ca7f33a8a..f6bf9104884 100644
--- a/usr.sbin/unbound/configure.ac
+++ b/usr.sbin/unbound/configure.ac
@@ -547,7 +547,6 @@ ACX_CHECK_NONBLOCKING_BROKEN
ACX_MKDIR_ONE_ARG
AC_CHECK_FUNCS([strptime],[AC_CHECK_STRPTIME_WORKS],[AC_LIBOBJ([strptime])])
-
# check if we can use SO_REUSEPORT
reuseport_default=0
if echo "$host" | $GREP -i -e linux >/dev/null; then reuseport_default=1; fi