summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-30 03:29:19 +1000
committerDamien Miller <djm@mindrot.org>2014-08-30 03:29:19 +1000
commit4687802dda57365b984b897fc3c8e2867ea09b22 (patch)
tree3f0e371980de37696c1a5ac9554910eb4f417388 /misc.c
parent51c77e29220dee87c53be2dc47092934acab26fe (diff)
downloadopenssh-git-4687802dda57365b984b897fc3c8e2867ea09b22.tar.gz
- (djm) [misc.c] Missing newline between functions
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 739916ba..94b05b08 100644
--- a/misc.c
+++ b/misc.c
@@ -1103,6 +1103,7 @@ unix_listener(const char *path, int backlog, int unlink_first)
}
return sock;
}
+
void
sock_set_v6only(int s)
{