summaryrefslogtreecommitdiff
path: root/databases/unixODBC/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'databases/unixODBC/files/patch-ad')
-rw-r--r--databases/unixODBC/files/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/unixODBC/files/patch-ad b/databases/unixODBC/files/patch-ad
deleted file mode 100644
index b9c9ce14faa1..000000000000
--- a/databases/unixODBC/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- sqp/lex.l Thu Jun 21 23:30:52 2001
-+++ ../../ports/databases/unixODBC/work/unixODBC-2.0.8/sqp/lex.l Sat Jul 14 09:27:09 2001
-@@ -13,9 +13,9 @@
-
- %{
-
-+#include "sqp.h"
- #include "yac.h"
- #include <string.h>
--#include "sqp.h"
-
- #undef YY_INPUT
- #define YY_INPUT(b, r, ms) (r = my_yyinput(b, ms))