mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Solaris at least does not have _PATH_VI.
This commit is contained in:
4
compat.h
4
compat.h
@ -90,6 +90,10 @@ void warnx(const char *, ...);
|
|||||||
#define _PATH_DEFPATH "/usr/bin:/bin"
|
#define _PATH_DEFPATH "/usr/bin:/bin"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _PATH_VI
|
||||||
|
#define _PATH_VI "/usr/bin/vi"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __OpenBSD__
|
#ifndef __OpenBSD__
|
||||||
#define pledge(s, p) (0)
|
#define pledge(s, p) (0)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user