summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-05-25 07:39:19 +0000
committerMark Murray <markm@FreeBSD.org>1999-05-25 07:39:19 +0000
commit8cf017c1834e976150d3d836d500671c41baf9de (patch)
treea2e5c9475f47034aaf15441624d4bcd2f6bc30cb /security
parentUpdate version in comments.. (diff)
Remove this. It was a bad idea.
Notes
Notes: svn path=/head/; revision=18984
Diffstat (limited to 'security')
-rw-r--r--security/pgp5/files/patch-ad11
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;
- }