aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3/files/patch-Config_exports.l
diff options
context:
space:
mode:
Diffstat (limited to 'net/unfs3/files/patch-Config_exports.l')
-rw-r--r--net/unfs3/files/patch-Config_exports.l18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/unfs3/files/patch-Config_exports.l b/net/unfs3/files/patch-Config_exports.l
new file mode 100644
index 000000000000..5d4edc546521
--- /dev/null
+++ b/net/unfs3/files/patch-Config_exports.l
@@ -0,0 +1,18 @@
+--- Config/exports.l.orig 2021-09-06 22:20:46 UTC
++++ Config/exports.l
+@@ -14,7 +14,7 @@
+
+ #define YY_NO_UNPUT
+
+-YYSTYPE yylval;
++extern YYSTYPE yylval;
+ extern int e_error;
+
+ /*
+@@ -67,4 +67,4 @@ OLDNET {IP}"/"{IP}
+
+ . { return *yytext; }
+ \n { return '\n'; }
+-
+\ No newline at end of file
++