diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /libexec/tftpd | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'libexec/tftpd')
| -rw-r--r-- | libexec/tftpd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-file.c | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-file.h | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-io.c | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-io.h | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-options.c | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-options.h | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-transfer.c | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-transfer.h | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-utils.c | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftp-utils.h | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftpd.8 | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftpd.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index 2b7770c393d8..8ec2b2677603 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/tftpd/Makefile,v 1.10.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $ PROG= tftpd MAN= tftpd.8 diff --git a/libexec/tftpd/tftp-file.c b/libexec/tftpd/tftp-file.c index 1ef882014ea6..9b24da53c024 100644 --- a/libexec/tftpd/tftp-file.c +++ b/libexec/tftpd/tftp-file.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-file.c,v 1.1.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/tftpd/tftp-file.h b/libexec/tftpd/tftp-file.h index fcc4d0d03214..4374140d6496 100644 --- a/libexec/tftpd/tftp-file.h +++ b/libexec/tftpd/tftp-file.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-file.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); int write_init(int fd, FILE *f, const char *mode); size_t write_file(char *buffer, int count); diff --git a/libexec/tftpd/tftp-io.c b/libexec/tftpd/tftp-io.c index 8a39abdcd68d..8e94d169a7ea 100644 --- a/libexec/tftpd/tftp-io.c +++ b/libexec/tftpd/tftp-io.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-io.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/stat.h> #include <sys/types.h> diff --git a/libexec/tftpd/tftp-io.h b/libexec/tftpd/tftp-io.h index 70558bc634e7..110efda6c404 100644 --- a/libexec/tftpd/tftp-io.h +++ b/libexec/tftpd/tftp-io.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-io.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #define RP_NONE 0 #define RP_RECVFROM -1 diff --git a/libexec/tftpd/tftp-options.c b/libexec/tftpd/tftp-options.c index d5b638692044..40d0c28d32d5 100644 --- a/libexec/tftpd/tftp-options.c +++ b/libexec/tftpd/tftp-options.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-options.c,v 1.1.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/socket.h> #include <sys/types.h> diff --git a/libexec/tftpd/tftp-options.h b/libexec/tftpd/tftp-options.h index d8bd2fc6daa7..6d504e07e04b 100644 --- a/libexec/tftpd/tftp-options.h +++ b/libexec/tftpd/tftp-options.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-options.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Options diff --git a/libexec/tftpd/tftp-transfer.c b/libexec/tftpd/tftp-transfer.c index fd0e00d94096..16a693c782dd 100644 --- a/libexec/tftpd/tftp-transfer.c +++ b/libexec/tftpd/tftp-transfer.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-transfer.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/libexec/tftpd/tftp-transfer.h b/libexec/tftpd/tftp-transfer.h index 2cfa2df8ee88..901d060417cf 100644 --- a/libexec/tftpd/tftp-transfer.h +++ b/libexec/tftpd/tftp-transfer.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-transfer.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); void tftp_send(int peer, uint16_t *block, struct tftp_stats *tp); void tftp_receive(int peer, uint16_t *block, struct tftp_stats *tp, diff --git a/libexec/tftpd/tftp-utils.c b/libexec/tftpd/tftp-utils.c index 5613dd1a4925..0b045e7a3f61 100644 --- a/libexec/tftpd/tftp-utils.c +++ b/libexec/tftpd/tftp-utils.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-utils.c,v 1.1.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/socket.h> #include <sys/stat.h> diff --git a/libexec/tftpd/tftp-utils.h b/libexec/tftpd/tftp-utils.h index a789252fe4a0..688376213245 100644 --- a/libexec/tftpd/tftp-utils.h +++ b/libexec/tftpd/tftp-utils.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-utils.h,v 1.1.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* */ diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 852323c0efd8..d38500998cdb 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/tftpd/tftpd.8,v 1.23.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd September 14, 2000 .Dt TFTPD 8 diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 16702b70cb1f..59db5e0f65ba 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)tftpd.c 8.1 (Berkeley) 6/4/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftpd.c,v 1.38.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Trivial file transfer protocol server. |
