summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sshfs/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-sshfs/files')
-rw-r--r--sysutils/fusefs-sshfs/files/patch-sshfs.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/fusefs-sshfs/files/patch-sshfs.c b/sysutils/fusefs-sshfs/files/patch-sshfs.c
deleted file mode 100644
index e7122232805b..000000000000
--- a/sysutils/fusefs-sshfs/files/patch-sshfs.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sshfs.c.orig 2018-01-08 21:05:08 UTC
-+++ sshfs.c
-@@ -971,7 +971,7 @@ static int pty_master(char **name)
- {
- int mfd;
-
-- mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY);
-+ mfd = posix_openpt(O_RDWR | O_NOCTTY);
- if (mfd == -1) {
- perror("failed to open pty");
- return -1;