aboutsummaryrefslogtreecommitdiff
path: root/security/pgp5/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp5/files/patch-ad')
-rw-r--r--security/pgp5/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgp5/files/patch-ad b/security/pgp5/files/patch-ad
new file mode 100644
index 000000000000..666681c7bc8d
--- /dev/null
+++ b/security/pgp5/files/patch-ad
@@ -0,0 +1,11 @@
+--- lib/ttyui/pgpKBUnix.c.orig Sun Feb 14 15:07:55 1999
++++ lib/ttyui/pgpKBUnix.c Sun Feb 14 15:08:32 1999
+@@ -167,7 +167,7 @@
+ int kbOpenKbd(int flags, int InBatchmode) {
+ int lkbFD = -1;
+
+- if(!InBatchmode) {
++ if(!InBatchmode && 0) {
+ if((lkbFD = open("/dev/tty", flags)) < 0) {
+ lkbFD = STDIN_FILENO;
+ }