From: Darren Tucker Date: Mon, 26 Feb 2018 03:39:14 +0000 (+1100) Subject: typo: missing ; X-Git-Tag: V_7_7_P1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aea4aa522f61bb2f34c3055a7de203909dfae77;p=thirdparty%2Fopenssh-portable.git typo: missing ; --- diff --git a/openbsd-compat/bsd-flock.c b/openbsd-compat/bsd-flock.c index bf4d8a658..9b15d1eaf 100644 --- a/openbsd-compat/bsd-flock.c +++ b/openbsd-compat/bsd-flock.c @@ -72,7 +72,7 @@ flock(int fd, int op) if (rc && (errno == EAGAIN)) errno = EWOULDBLOCK; #else - rc = -1 + rc = -1; errno = ENOSYS; #endif