diff options
author | peter <peter@FreeBSD.org> | 2003-10-26 04:30:05 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-10-26 04:30:05 +0000 |
commit | 9e4da6dd3bcb79c779c3c147e8ead1af0ac735a0 (patch) | |
tree | 8f0642536e3b02c47a18ff240c899c8b0c1d560e /libexec/ftpd | |
parent | 9ff77005b4a5829dfd583c11eabf4b6617ffbf37 (diff) | |
download | FreeBSD-src-9e4da6dd3bcb79c779c3c147e8ead1af0ac735a0.zip FreeBSD-src-9e4da6dd3bcb79c779c3c147e8ead1af0ac735a0.tar.gz |
Pacify gcc warning with a Douglas Adams reference.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r-- | libexec/ftpd/ftpcmd.y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 84c028b..84ed470 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -200,6 +200,7 @@ cmd port_check_v6("pcmd"); #endif port_done: + 42; /* Life, the universe and everything! */ } | LPRT check_login SP host_long_port CRLF { @@ -221,6 +222,7 @@ cmd goto lprt_done; #endif lprt_done: + 42; /* Life, the universe and everything! */ } | EPRT check_login SP STRING CRLF { |