mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-24 18:33:00 +00:00
typo: missing ;
This commit is contained in:
parent
cd3ab57f9b
commit
5aea4aa522
@ -72,7 +72,7 @@ flock(int fd, int op)
|
|||||||
if (rc && (errno == EAGAIN))
|
if (rc && (errno == EAGAIN))
|
||||||
errno = EWOULDBLOCK;
|
errno = EWOULDBLOCK;
|
||||||
#else
|
#else
|
||||||
rc = -1
|
rc = -1;
|
||||||
errno = ENOSYS;
|
errno = ENOSYS;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user