svn commit: r542176 - head/ftp/smbftpd/files

Jung-uk Kim jkim at FreeBSD.org
Tue Jul 14 01:56:49 UTC 2020


Author: jkim
Date: Tue Jul 14 01:56:48 2020
New Revision: 542176
URL: https://svnweb.freebsd.org/changeset/ports/542176

Log:
  Fix build with recent byacc on head after r363170.
  
  PR:		247522

Added:
  head/ftp/smbftpd/files/patch-ftpcmd.y   (contents, props changed)

Added: head/ftp/smbftpd/files/patch-ftpcmd.y
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/smbftpd/files/patch-ftpcmd.y	Tue Jul 14 01:56:48 2020	(r542176)
@@ -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;


More information about the svn-ports-all mailing list