mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-08 18:49:50 +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))
|
||||
errno = EWOULDBLOCK;
|
||||
#else
|
||||
rc = -1
|
||||
rc = -1;
|
||||
errno = ENOSYS;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user