diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
| commit | 8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch) | |
| tree | 81a52679e3e7f6958a04688cb683eaf21a140f5c /lib/libftpio | |
| parent | de7242811fa5d383ece9325e6864e857b2997f20 (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 4cce5d8f9b73..8be3a071f69d 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libftpio/Makefile,v 1.13 2002/09/28 00:25:29 peter Exp $ LIB= ftpio SHLIB_MAJOR= 5 diff --git a/lib/libftpio/ftp.errors b/lib/libftpio/ftp.errors index c03eeacae329..632fcdca24f6 100644 --- a/lib/libftpio/ftp.errors +++ b/lib/libftpio/ftp.errors @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libftpio/ftp.errors,v 1.5 2000/07/05 19:34:43 ume 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 3d2b57736b0f..5c63eb490c3d 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.33 2004/07/02 23:52:15 ru Exp $ .\" .Dd June 17, 1996 .Dt FTPIO 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 313f42b49a13..bfafe90876e8 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libftpio/ftpio.c,v 1.42 2002/07/02 11:11:17 ume Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 879abea6607c..5799d6a30e2e 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.17 2002/03/25 13:49:48 phk Exp $ */ /* Internal housekeeping data structure for FTP sessions */ |
