1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Remove an old patch that does not apply anymore that I missed in the previous commit

Reviewed by:	bdrewery
This commit is contained in:
Brad Davis 2014-10-02 21:29:19 +00:00
parent 72d946a2e2
commit 963c8aea2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369866

View File

@ -1,11 +0,0 @@
--- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC
+++ grammar/lexer.l
@@ -31,7 +31,7 @@
%{
#include "config.h"
#include "parserif.h"
-extern char *strdup(char*); /* somehow we do not get this from string.h... */
+//extern char *strdup(char*); /* somehow we do not get this from string.h... */
%}
%option noyywrap nodefault case-insensitive yylineno