diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:43:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:43:23 +0000 |
commit | d1b4ac2b41011983e25616d1cb5c8b86339800a5 (patch) | |
tree | 12fa3c60c9d35479057b187338f24b8149064b03 /debian/patches/rlfe-kfreebsd.diff | |
parent | Adding upstream version 8.1. (diff) | |
download | readline-d1b4ac2b41011983e25616d1cb5c8b86339800a5.tar.xz readline-d1b4ac2b41011983e25616d1cb5c8b86339800a5.zip |
Adding debian version 8.1-1.debian/8.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/rlfe-kfreebsd.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/rlfe-kfreebsd.diff b/debian/patches/rlfe-kfreebsd.diff new file mode 100644 index 0000000..ce66489 --- /dev/null +++ b/debian/patches/rlfe-kfreebsd.diff @@ -0,0 +1,11 @@ +--- a/examples/rlfe/pty.c ++++ b/examples/rlfe/pty.c +@@ -133,7 +133,7 @@ int f; + { + if (f < 0) + return; +-#if defined(I_PUSH) && defined(HAVE_SVR4_PTYS) && !defined(sgi) && !defined(linux) && !defined(__osf__) && !defined(M_UNIX) ++#if defined(I_PUSH) && defined(HAVE_SVR4_PTYS) && !defined(sgi) && !defined(linux) && !defined(__osf__) && !defined(M_UNIX) && !defined(__FreeBSD_kernel__) + if (ioctl(f, I_PUSH, "ptem")) + Panic(errno, "InitPTY: cannot I_PUSH ptem"); + if (ioctl(f, I_PUSH, "ldterm")) |