diff options
Diffstat (limited to 'security/pgp5/files/patch-ad')
-rw-r--r-- | security/pgp5/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pgp5/files/patch-ad b/security/pgp5/files/patch-ad deleted file mode 100644 index 666681c7bc8d..000000000000 --- a/security/pgp5/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - } |