Fix build with recent byacc on head after r363170.
PR: 247522
This commit is contained in:
parent
3052b79df7
commit
d0dc1d02d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542176
11
ftp/smbftpd/files/patch-ftpcmd.y
Normal file
11
ftp/smbftpd/files/patch-ftpcmd.y
Normal file
@ -0,0 +1,11 @@
|
||||
--- ftpcmd.y.orig 2009-01-07 09:13:19 UTC
|
||||
+++ ftpcmd.y
|
||||
@@ -77,6 +77,8 @@ static const char rcsid[] =
|
||||
#include "cmd.h"
|
||||
#include "ssl.h"
|
||||
|
||||
+#define yylex ftpcmd_yylex
|
||||
+
|
||||
extern smbftpd_session_t smbftpd_session;
|
||||
extern smbftpd_conf_t smbftpd_conf;
|
||||
extern union sockunion data_dest, his_addr;
|
Loading…
Reference in New Issue
Block a user