mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Remove forgotten patch files in last commit.
Reported by: kris
This commit is contained in:
parent
c28a3ba082
commit
205bc72413
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118812
2 changed files with 0 additions and 24 deletions
|
@ -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;
|
|
||||||
}
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- php_mssql.h.orig Tue Jun 8 11:24:27 2004
|
|
||||||
+++ php_mssql.h Tue Jun 8 11:23:39 2004
|
|
||||||
@@ -37,9 +37,7 @@
|
|
||||||
#include "sqldb.h"
|
|
||||||
|
|
||||||
#if HAVE_FREETDS
|
|
||||||
-#ifndef SHORT
|
|
||||||
-typedef short SHORT;
|
|
||||||
-#endif
|
|
||||||
+typedef short TDS_SHORT;
|
|
||||||
#define SQLTEXT SYBTEXT
|
|
||||||
#define SQLCHAR SYBCHAR
|
|
||||||
#define SQLVARCHAR SYBVARCHAR
|
|
Loading…
Add table
Reference in a new issue