summaryrefslogtreecommitdiff
path: root/net/v6eval/files/patch-lib_Cm_CmLexer.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/v6eval/files/patch-lib_Cm_CmLexer.h
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes: svn path=/head/; revision=366967
Diffstat (limited to 'net/v6eval/files/patch-lib_Cm_CmLexer.h')
-rw-r--r--net/v6eval/files/patch-lib_Cm_CmLexer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/v6eval/files/patch-lib_Cm_CmLexer.h b/net/v6eval/files/patch-lib_Cm_CmLexer.h
deleted file mode 100644
index fd7f002c37ff..000000000000
--- a/net/v6eval/files/patch-lib_Cm_CmLexer.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- lib/Cm/CmLexer.h.orig 2003-12-04 13:59:47.000000000 +0900
-+++ lib/Cm/CmLexer.h 2013-06-16 10:32:18.000000000 +0900
-@@ -49,10 +49,8 @@
- #include "CmToken.h"
- #include <stdio.h>
-
--#if !(defined(__FreeBSD__) && __FreeBSD__ >= 4)
--
--const int32_t YYERRCODE=256;
--
-+#ifndef YYERRCODE
-+#define YYERRCODE 256
- #endif
-
- class PObject;