summaryrefslogtreecommitdiff
path: root/lang/php4/files/patch-ext::mssql::php_mssql.h
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 07:05:36 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 07:05:36 +0000
commitaf7ee2a6ac8dc18d5a1df76a8d9e06e4a1657ed8 (patch)
tree703874bfb73131ea1697f8a1467749052a28c479 /lang/php4/files/patch-ext::mssql::php_mssql.h
parentUpdate to pre 15 (diff)
First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
Notes
Notes: svn path=/head/; revision=113948
Diffstat (limited to 'lang/php4/files/patch-ext::mssql::php_mssql.h')
-rw-r--r--lang/php4/files/patch-ext::mssql::php_mssql.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/php4/files/patch-ext::mssql::php_mssql.h b/lang/php4/files/patch-ext::mssql::php_mssql.h
deleted file mode 100644
index a624d918a819..000000000000
--- a/lang/php4/files/patch-ext::mssql::php_mssql.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- ext/mssql/php_mssql.h.orig Tue Jun 8 11:24:27 2004
-+++ ext/mssql/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