diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-09-03 10:09:55 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-09-03 10:09:55 +0000 |
commit | 2f0c6d8518e24fb05724e1172d9c82a37960e9bd (patch) | |
tree | aa9a2d4c993f1496f375b2c351e541176b724771 /www/pgdriver/files/patch-ab | |
parent | Add emh-emacs20 and emh-xemacs21-mule, MIME extension of mh-e.el. (diff) |
Upgrade to v2.0.
Notes
Notes:
svn path=/head/; revision=47356
Diffstat (limited to 'www/pgdriver/files/patch-ab')
-rw-r--r-- | www/pgdriver/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/pgdriver/files/patch-ab b/www/pgdriver/files/patch-ab deleted file mode 100644 index 50499b177c6e..000000000000 --- a/www/pgdriver/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- postgres.c-- Fri Jun 30 01:42:10 2000 -+++ postgres.c Thu Mar 1 14:41:54 2001 -@@ -1139,7 +1139,7 @@ - char* filename) - { - int fd, i, j, segment, readlen; -- char in_buf[6000], out_buf[8000], query[100]; -+ char in_buf[6001], out_buf[8001], query[8100]; - char *segment_pos; - - fd = open (filename, O_RDONLY); |