diff options
Diffstat (limited to 'net/wu-ftpd-vr/patches/patch-an')
-rw-r--r-- | net/wu-ftpd-vr/patches/patch-an | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/wu-ftpd-vr/patches/patch-an b/net/wu-ftpd-vr/patches/patch-an new file mode 100644 index 00000000000..babc52949a8 --- /dev/null +++ b/net/wu-ftpd-vr/patches/patch-an @@ -0,0 +1,23 @@ +$NetBSD: patch-an,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ + +--- src/ftpcmd.y.orig Sat Feb 13 23:41:57 1999 ++++ src/ftpcmd.y Sat Feb 20 21:30:43 1999 +@@ -750,16 +750,16 @@ + = { + if (log_commands) syslog(LOG_INFO, "SYST"); + if ($2) +-#if defined (unix) || defined (__unix__) + #ifdef BSD + reply(215, "UNIX Type: L%d Version: BSD-%d", + NBBY, BSD); + #else /* BSD */ ++#if defined (unix) || defined (__unix__) + reply(215, "UNIX Type: L%d", NBBY); +-#endif /* BSD */ + #else /* unix */ + reply(215, "UNKNOWN Type: L%d", NBBY); + #endif /* unix */ ++#endif /* BSD */ + } + + /* |