mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add useful locker peaclock for Haiku
This commit is contained in:
parent
4a3bf6d40f
commit
c6a5db460f
|
@ -411,6 +411,8 @@ static char * const utils[] = {
|
||||||
"bashlock",
|
"bashlock",
|
||||||
#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||||
"lock",
|
"lock",
|
||||||
|
#elif defined __HAIKU__
|
||||||
|
"peaclock",
|
||||||
#else
|
#else
|
||||||
"vlock",
|
"vlock",
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue