diff options
author | 1997-06-29 07:39:02 +0000 | |
---|---|---|
committer | 1997-06-29 07:39:02 +0000 | |
commit | 34d5f0cd62d976238b10c83d5be5c146ddaa1f05 (patch) | |
tree | 2bf335b855a3347510a117c5f0a847053b0ce06c | |
parent | partial Wall (diff) | |
download | wireguard-openbsd-34d5f0cd62d976238b10c83d5be5c146ddaa1f05.tar.xz wireguard-openbsd-34d5f0cd62d976238b10c83d5be5c146ddaa1f05.zip |
crank version
-rw-r--r-- | libexec/ftpd/ftpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 16ae0ae6de4..9c57a4bb7c4 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftpd.c,v 1.39 1997/06/29 07:35:44 deraadt Exp $ */ +/* $OpenBSD: ftpd.c,v 1.40 1997/06/29 07:39:02 deraadt Exp $ */ /* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */ /* @@ -106,7 +106,7 @@ static char rcsid[] = "$NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $" #include <varargs.h> #endif -static char version[] = "Version 6.2/OpenBSD"; +static char version[] = "Version 6.3/OpenBSD"; extern off_t restart_point; extern char cbuf[]; |