diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-10-12 06:33:41 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-10-12 06:33:41 +0000 |
commit | 205bc72413efbe9de1bde7fc30c164e2e73bbba7 (patch) | |
tree | 4d25f88175a5d785b422115a11fdf426e2865420 /databases/php4-mssql/files/patch-php_mssql.c | |
parent | . Update to 1.01.015. (diff) |
Remove forgotten patch files in last commit.
Reported by: kris
Notes
Notes:
svn path=/head/; revision=118812
Diffstat (limited to 'databases/php4-mssql/files/patch-php_mssql.c')
-rw-r--r-- | databases/php4-mssql/files/patch-php_mssql.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/php4-mssql/files/patch-php_mssql.c b/databases/php4-mssql/files/patch-php_mssql.c deleted file mode 100644 index 72c51cd91f7b..000000000000 --- a/databases/php4-mssql/files/patch-php_mssql.c +++ /dev/null @@ -1,11 +0,0 @@ ---- php_mssql.c.orig Wed Apr 21 01:31:39 2004 -+++ php_mssql.c Tue Jun 8 15:19:55 2004 -@@ -336,7 +336,7 @@ - dbsetlogintime(MS_SQL_G(connect_timeout)); - if (MS_SQL_G(timeout) < 0) MS_SQL_G(timeout) = 60; - dbsettime(MS_SQL_G(timeout)); -- dbsetmaxprocs((SHORT)MS_SQL_G(max_procs)); -+ dbsetmaxprocs((TDS_SHORT)MS_SQL_G(max_procs)); - - return SUCCESS; - } |