diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-23 03:21:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-23 03:21:17 +0000 |
commit | 045d3e8b7aae0457b6cd8c50574990a08c68a9b3 (patch) | |
tree | cd21cf2998a037ae4c3d09508b000196baca844d /databases/ruby-postgres/files/patch-postgres.c | |
parent | Chage MASTER_SITES to http://xml.apache.org/dist/fop/recent/. (diff) |
Update to 0.6.4.
Notes
Notes:
svn path=/head/; revision=41813
Diffstat (limited to 'databases/ruby-postgres/files/patch-postgres.c')
-rw-r--r-- | databases/ruby-postgres/files/patch-postgres.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/ruby-postgres/files/patch-postgres.c b/databases/ruby-postgres/files/patch-postgres.c deleted file mode 100644 index 5b1ef22bd5e5..000000000000 --- a/databases/ruby-postgres/files/patch-postgres.c +++ /dev/null @@ -1,10 +0,0 @@ ---- postgres.c.orig Sun Mar 18 20:58:14 2001 -+++ postgres.c Mon Apr 23 05:29:22 2001 -@@ -19,6 +19,7 @@ - #include <libpq/libpq-fs.h> /* large-object interface */ - #include <stdio.h> - #include <stdlib.h> -+#include <sys/types.h> - - static VALUE rb_cPGconn; - static VALUE rb_cPGresult; |