diff options
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 7ae444515e78..822616e855b5 100644 --- a/lib/libftpio/ftp.errors +++ b/lib/libftpio/ftp.errors @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libftpio/ftp.errors,v 1.3.2.1 1999/08/29 14:56:56 peter 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 60948cec775f..302e837e61d8 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libftpio/ftpio.3,v 1.17.2.3 1999/09/20 09:49:51 phantom Exp $ .\" .Dd June 17, 1996 .Dt FTPIO 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 45f7012a98b2..b4250f535ce1 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 * - * $FreeBSD$ + * $FreeBSD: src/lib/libftpio/ftpio.c,v 1.30.2.3 1999/08/29 14:56:57 peter Exp $ * */ diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 26d4f90cd422..9301b352cf5a 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 * - * $FreeBSD$ + * $FreeBSD: src/lib/libftpio/ftpio.h,v 1.14.2.1 1999/08/29 14:56:57 peter Exp $ */ /* Internal housekeeping data structure for FTP sessions */ |