summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::postgres::db_val.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-07-07 20:16:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-07-07 20:16:35 +0000
commit0fa030f274a2e4f83f08592f507c3f4969d0f643 (patch)
tree84744a0b420d19c6adeba7ba0b6503a6b50205bc /net/ser/files/patch-modules::postgres::db_val.c
parentUpdate to 0.5.1. (diff)
Update to 0.9.3.
Notes
Notes: svn path=/head/; revision=138672
Diffstat (limited to 'net/ser/files/patch-modules::postgres::db_val.c')
-rw-r--r--net/ser/files/patch-modules::postgres::db_val.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/ser/files/patch-modules::postgres::db_val.c b/net/ser/files/patch-modules::postgres::db_val.c
deleted file mode 100644
index 5d59e16f6d27..000000000000
--- a/net/ser/files/patch-modules::postgres::db_val.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- modules/postgres/db_val.c.orig Mon Apr 14 21:52:47 2003
-+++ modules/postgres/db_val.c Tue Apr 13 22:27:28 2004
-@@ -188,6 +188,7 @@
-
- switch(_t) {
- case DB_INT:
-+ case DB_BITMAP:
- sprintf(dbuf, "got int %s", _s);
- DLOG("str2valp", dbuf);
- if (str2int(_s, &VAL_INT(_v)) < 0) {