Simplified SYST response.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@548 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -539,16 +539,11 @@ cmd
|
|||||||
}
|
}
|
||||||
| SYST CRLF
|
| SYST CRLF
|
||||||
{
|
{
|
||||||
#ifdef unix
|
#if defined(unix) || defined(__unix__) || defined(_AIX) || defined(_CRAY)
|
||||||
#ifdef BSD
|
reply(215, "UNIX Type: L%d", NBBY);
|
||||||
reply(215, "UNIX Type: L%d Version: BSD-%d",
|
#else
|
||||||
NBBY, BSD);
|
reply(215, "UNKNOWN Type: L%d", NBBY);
|
||||||
#else /* BSD */
|
#endif
|
||||||
reply(215, "UNIX Type: L%d", NBBY);
|
|
||||||
#endif /* BSD */
|
|
||||||
#else /* unix */
|
|
||||||
reply(215, "UNKNOWN Type: L%d", NBBY);
|
|
||||||
#endif /* unix */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user