mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.0849: BeOS code is not maintained and probably unused
Problem: BeOS code is not maintained and probably unused. Solution: Remove the BeOS code. (Emir Sari, closes #5817)
This commit is contained in:
@@ -386,7 +386,7 @@ mch_openpty(char **ttyn)
|
||||
static char PtyProto[] = "/dev/ptym/ptyXY";
|
||||
static char TtyProto[] = "/dev/pty/ttyXY";
|
||||
# else
|
||||
# if defined (__BEOS__) || defined(__HAIKU__)
|
||||
# ifdef(__HAIKU__)
|
||||
static char PtyProto[] = "/dev/pt/XY";
|
||||
static char TtyProto[] = "/dev/tt/XY";
|
||||
# else
|
||||
|
Reference in New Issue
Block a user