diff options
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 7709dead85ea2..4c31eda456099 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libftpio/Makefile,v 1.9 2000/01/14 07:57:31 rgrimes Exp $ LIB= ftpio SHLIB_MAJOR= 5 diff --git a/lib/libftpio/ftp.errors b/lib/libftpio/ftp.errors index 7ae444515e780..34c99892f3d84 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 1999/08/28 00:04:39 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 b20b8f5d91db1..4ce6905f18373 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 2000/03/02 09:13:23 sheldonh Exp $ .\" .Dd June 17, 1996 .Dt FTPIO 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 35f2b15a60302..863dade8bd182 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 1999/09/28 13:33:13 marcel Exp $ * */ diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 26d4f90cd422b..12bf86073c34b 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 1999/08/28 00:04:40 peter Exp $ */ /* Internal housekeeping data structure for FTP sessions */ |