mirror of
https://github.com/jarun/nnn.git
synced 2025-04-12 16:36:33 +00:00
Add useful locker peaclock for Haiku
This commit is contained in:
parent
4a3bf6d40f
commit
c6a5db460f
1 changed files with 2 additions and 0 deletions
|
@ -411,6 +411,8 @@ static char * const utils[] = {
|
|||
"bashlock",
|
||||
#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
"lock",
|
||||
#elif defined __HAIKU__
|
||||
"peaclock",
|
||||
#else
|
||||
"vlock",
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue