summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-11-15 17:16:22 +0000
committerrh <rh@pkgsrc.org>1999-11-15 17:16:22 +0000
commitcbd3f54c2853ff736b85d7eca34b61ee45756156 (patch)
treebdc33f05583ba5521c831ef87cc49ddd608a5b60
parent5ad2dfeb058dfe6f842d42aa24472eeb9413d438 (diff)
downloadpkgsrc-cbd3f54c2853ff736b85d7eca34b61ee45756156.tar.gz
defuzz
-rw-r--r--databases/mysql-client/files/patch-sum4
-rw-r--r--databases/mysql-client/patches/patch-ac12
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/mysql-client/files/patch-sum b/databases/mysql-client/files/patch-sum
index 1b3d5ce0130..d5d421606cc 100644
--- a/databases/mysql-client/files/patch-sum
+++ b/databases/mysql-client/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:30 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/11/15 17:16:22 rh Exp $
MD5 (patch-aa) = ebf5a553dc0815933e429a986955e240
MD5 (patch-ab) = da094a8b12f78d3e3d33c22db373623f
-MD5 (patch-ac) = 3143642509578a72e2c3a276943bd340
+MD5 (patch-ac) = cf9012d588a3175955e35581a3632553
MD5 (patch-ad) = 4f7aa7295a67321207781f215e0c7755
diff --git a/databases/mysql-client/patches/patch-ac b/databases/mysql-client/patches/patch-ac
index 1e6f0d687f1..59ad1cb791f 100644
--- a/databases/mysql-client/patches/patch-ac
+++ b/databases/mysql-client/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/05/06 23:22:27 tv Exp $
+$NetBSD: patch-ac,v 1.2 1999/11/15 17:16:22 rh Exp $
---- client/get_password.c.orig Sun Jun 14 16:26:27 1998
-+++ client/get_password.c Sun Jun 14 19:25:24 1998
-@@ -18,8 +18,8 @@
+--- client/get_password.c.orig Thu Nov 26 21:00:42 1998
++++ client/get_password.c Mon Nov 15 18:12:46 1999
+@@ -27,8 +27,8 @@
#include <termio.h>
#define TERMIO struct termio
#else
@@ -11,9 +11,9 @@ $NetBSD: patch-ac,v 1.1.1.1 1999/05/06 23:22:27 tv Exp $
+#include <termios.h>
+#define TERMIO struct termios
#endif
+ #endif
#ifdef alpha_linux_port
- #include <asm/ioctls.h> /* QQ; Fix this in configure */
-@@ -92,13 +92,14 @@
+@@ -130,13 +130,14 @@
get_password(buff,sizeof(buff)-1,fileno(stdin),isatty(fileno(stdout)));
ioctl(fileno(stdin),(int) TCSETA, &org);
#else