aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-06-24 02:08:08 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-06-24 02:08:08 +0000
commitd836a9dbe3407f8cc36f1e37be45389784f8d995 (patch)
tree2a8a382c8f552c02b7e426b290b6db6f47643d53 /libexec/ftpd
parent767173cec2b2041e1f847bc8896092f9c1481242 (diff)
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpcmd.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y
index 43718a44191fd..917dd5ef79e8f 100644
--- a/libexec/ftpd/ftpcmd.y
+++ b/libexec/ftpd/ftpcmd.y
@@ -74,6 +74,8 @@ __FBSDID("$FreeBSD$");
#include "extern.h"
#include "pathnames.h"
+#define yylex ftpcmd_yylex
+
off_t restart_point;
static int cmd_type;