diff options
author | markm <markm@FreeBSD.org> | 1999-05-25 15:39:19 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-05-25 15:39:19 +0800 |
commit | bc3d6f34c0581404e174ec3ac1c2126439a54a0f (patch) | |
tree | ae988f969cf2c909c38489c47b0a65173e4ef1fd /security | |
parent | 9c2da6e7211268aab60b9e5702234150457daa31 (diff) | |
download | freebsd-ports-gnome-bc3d6f34c0581404e174ec3ac1c2126439a54a0f.tar.gz freebsd-ports-gnome-bc3d6f34c0581404e174ec3ac1c2126439a54a0f.tar.zst freebsd-ports-gnome-bc3d6f34c0581404e174ec3ac1c2126439a54a0f.zip |
Remove this. It was a bad idea.
Diffstat (limited to 'security')
-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; - } |