diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/tftp | |
parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) |
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r-- | usr.bin/tftp/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/tftp/extern.h | 2 | ||||
-rw-r--r-- | usr.bin/tftp/main.c | 2 | ||||
-rw-r--r-- | usr.bin/tftp/tftp.1 | 2 | ||||
-rw-r--r-- | usr.bin/tftp/tftp.c | 2 | ||||
-rw-r--r-- | usr.bin/tftp/tftpsubs.c | 2 | ||||
-rw-r--r-- | usr.bin/tftp/tftpsubs.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index a51afed997450..6a05f0f5b1b16 100644 --- a/usr.bin/tftp/Makefile +++ b/usr.bin/tftp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tftp/Makefile,v 1.5 2002/02/08 23:07:35 markm Exp $ PROG= tftp SRCS= main.c tftp.c tftpsubs.c diff --git a/usr.bin/tftp/extern.h b/usr.bin/tftp/extern.h index 3956aca95ecc8..fdf3d312e3d4e 100644 --- a/usr.bin/tftp/extern.h +++ b/usr.bin/tftp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tftp/extern.h,v 1.3 2002/03/22 01:42:33 imp Exp $ */ void recvfile(int, char *, char *); diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 08a7f1355dcd5..1265aa06bcc16 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tftp/main.c,v 1.21 2003/10/12 00:27:55 tjr Exp $"); /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 49af5979eca15..3055cf4fe6dcd 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tftp.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tftp/tftp.1,v 1.18 2004/07/02 22:22:32 ru Exp $ .\" .Dd October 1, 2003 .Dt TFTP 1 diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index bac262f9ad7d1..f5fc14bf32b02 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tftp/tftp.c,v 1.11 2002/05/12 01:47:50 bsd Exp $"); /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftpsubs.c b/usr.bin/tftp/tftpsubs.c index a3673d83c7219..815db4ae97655 100644 --- a/usr.bin/tftp/tftpsubs.c +++ b/usr.bin/tftp/tftpsubs.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tftp/tftpsubs.c,v 1.5 2002/04/11 17:14:22 ume Exp $"); #ifndef lint static const char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tftp/tftpsubs.h b/usr.bin/tftp/tftpsubs.h index 0c3b42ea991a3..d3eafd9ade8d7 100644 --- a/usr.bin/tftp/tftpsubs.h +++ b/usr.bin/tftp/tftpsubs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tftpsubs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tftp/tftpsubs.h,v 1.2 2002/03/22 01:42:34 imp Exp $ */ /* |