diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-10-06 07:58:04 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-10-06 07:58:04 +0000 |
| commit | 34181e06a7fb1dad00312dfc5e13b2f0d4d8f8ef (patch) | |
| tree | a05adbf3b725986cc9283700c0cadd7067e18d01 /lib/libftpio | |
| parent | 2cbfdf51d83d2fc0f0396562250a188cb6faba48 (diff) | |
Diffstat (limited to 'lib/libftpio')
| -rw-r--r-- | lib/libftpio/ftp_pkg.c | 2 | ||||
| -rw-r--r-- | lib/libftpio/ftp_pkg.h | 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_pkg.c b/lib/libftpio/ftp_pkg.c index d60596d30348..c43c9272f6f0 100644 --- a/lib/libftpio/ftp_pkg.c +++ b/lib/libftpio/ftp_pkg.c @@ -11,7 +11,7 @@ * the author assume any responsibility for damages incurred with * its use. * - * $Id: ftp_pkg.c,v 1.1.1.1 1996/06/17 12:26:06 jkh Exp $ + * $Id: ftp_pkg.c,v 1.1.1.1.2.1 1996/06/24 02:30:32 jkh Exp $ * * TCL Interface code for functions provided by the ftp library. * diff --git a/lib/libftpio/ftp_pkg.h b/lib/libftpio/ftp_pkg.h index 7b5982ccfe6d..44236358ef94 100644 --- a/lib/libftpio/ftp_pkg.h +++ b/lib/libftpio/ftp_pkg.h @@ -14,7 +14,7 @@ * the author assume any responsibility for damages incurred with * its use. * - * $Id$ + * $Id: ftp_pkg.h,v 1.1.1.1 1996/06/17 12:26:06 jkh Exp $ * * TCL Interface code for functions provided by the ftp library. */ diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 776202975d64..1781ba2d5484 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.4.2.2 1996/06/24 02:30:36 jkh Exp $ + * $Id: ftpio.c,v 1.4.2.3 1996/07/04 05:47:30 jkh Exp $ * */ diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 9f1c82d8ed8e..6c0dbcbe30d0 100644 --- a/lib/libftpio/ftpio.h +++ b/lib/libftpio/ftpio.h @@ -20,7 +20,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.h,v 1.2.2.2 1996/06/26 20:33:57 gpalmer Exp $ + * $Id: ftpio.h,v 1.2.2.3 1996/07/04 05:47:31 jkh Exp $ */ /* Internal housekeeping data structure for FTP sessions */ |
