1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Remove forgotten patch files in last commit.

Reported by:	kris
This commit is contained in:
Alex Dupre 2004-10-12 06:33:41 +00:00
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

View File

@ -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;
}

View File

@ -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