diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
commit | ba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch) | |
tree | 38b022cfba11bdd4a90667961e31cfc475ffc7c3 /lib/libftpio | |
parent | 2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff) |
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/Makefile | 2 | ||||
-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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index 8652bc7ce539..0cfe6154768b 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libftpio/Makefile,v 1.9.2.1 2000/07/15 07:24:03 kris Exp $ LIB= ftpio SHLIB_MAJOR= 5 diff --git a/lib/libftpio/ftp.errors b/lib/libftpio/ftp.errors index c03eeacae329..802d8eaa51d9 100644 --- a/lib/libftpio/ftp.errors +++ b/lib/libftpio/ftp.errors @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libftpio/ftp.errors,v 1.4.2.1 2000/07/15 07:24:03 kris 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 8e1b86fca996..e3c7267e55fe 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.21.2.2 2000/08/25 19:28:18 archie Exp $ .\" .Dd June 17, 1996 .Dt FTPIO 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index fcf242439ca3..934865c33d0f 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.33.2.3 2000/08/25 19:28:18 archie Exp $ * */ diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index ed6fd820d719..02eaa80af891 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.15.2.1 2000/07/15 07:24:03 kris Exp $ */ /* Internal housekeeping data structure for FTP sessions */ |