diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /lib/libftpio | |
parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) |
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/ftp.errors | 2 | ||||
-rw-r--r-- | lib/libftpio/ftpio.3 | 2 | ||||
-rw-r--r-- | lib/libftpio/ftpio.c | 2 | ||||
-rw-r--r-- | lib/libftpio/ftpio.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libftpio/ftp.errors b/lib/libftpio/ftp.errors index 26cb4f61a805e..dcd3de982efd1 100644 --- a/lib/libftpio/ftp.errors +++ b/lib/libftpio/ftp.errors @@ -1,4 +1,4 @@ -# $Id$ +# $Id: ftp.errors,v 1.1 1996/08/21 01:12:08 jkh Exp $ # # This list is taken from RFC 959. # It probably needs a going over. diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 772625aa630bb..8eb40804650ac 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ftpio.3,v 1.11.2.3 1998/02/10 07:02:11 jkh Exp $ +.\" $Id: ftpio.3,v 1.11.2.4 1998/07/19 06:51:45 jkh Exp $ .\" .Dd June 17, 1996 .Dt ftpio 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 620dbb5f97097..2a632282baaa0 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -14,7 +14,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.c,v 1.15.2.5 1998/02/17 20:04:33 jkh Exp $ + * $Id: ftpio.c,v 1.15.2.6 1998/05/06 22:46:54 julian Exp $ * */ diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 9e0d1755bdaf0..1f83ece669fa8 100644 --- a/lib/libftpio/ftpio.h +++ b/lib/libftpio/ftpio.h @@ -22,7 +22,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.h,v 1.8.2.2 1997/05/05 11:19:11 jkh Exp $ + * $Id: ftpio.h,v 1.8.2.3 1998/02/17 20:04:34 jkh Exp $ */ /* Internal housekeeping data structure for FTP sessions */ |