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:
parent
72d946a2e2
commit
963c8aea2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369866
@ -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
|
Loading…
Reference in New Issue
Block a user