aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3/files/patch-Config_exports.l
blob: 5d4edc54652103a2ba37bea8c74142a1155737dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
+