opnsense-ports/sysutils/fusefs-sshfs/files/patch-sshfs.c
Franco Fichtner 7618afa158 */*: sync with upstream
Taken from: FreeBSD
2017-04-04 18:52:59 +02:00

11 lines
279 B
C

--- sshfs.c.orig 2017-03-17 21:07:50 UTC
+++ sshfs.c
@@ -1027,7 +1027,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;