From: tedu Date: Sun, 25 Oct 2015 22:13:39 +0000 (+0000) Subject: unifdef some oldness. (BSD not defined since removal of param.h) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=98a67b73c19da38835716db217ebf31b3cbd8134;p=openbsd unifdef some oldness. (BSD not defined since removal of param.h) ok jca sthen --- diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index fd4dd477159..914e7c36905 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -1,4 +1,4 @@ -/* $OpenBSD: ftpcmd.y,v 1.60 2015/08/18 17:35:59 deraadt Exp $ */ +/* $OpenBSD: ftpcmd.y,v 1.61 2015/10/25 22:13:39 tedu Exp $ */ /* $NetBSD: ftpcmd.y,v 1.7 1996/04/08 19:03:11 jtc Exp $ */ /* @@ -574,16 +574,7 @@ cmd | SYST check_login CRLF { if ($2) -#ifdef unix -#ifdef BSD - reply(215, "UNIX Type: L%d Version: BSD-%d", - NBBY, BSD); -#else /* BSD */ reply(215, "UNIX Type: L%d", NBBY); -#endif /* BSD */ -#else /* unix */ - reply(215, "UNKNOWN Type: L%d", NBBY); -#endif /* unix */ } /*