diff options
Diffstat (limited to 'libexec/tftpd/tftp-transfer.h')
| -rw-r--r-- | libexec/tftpd/tftp-transfer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/tftpd/tftp-transfer.h b/libexec/tftpd/tftp-transfer.h index 2cfa2df8ee88..e2e7de333af0 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.4.1 2012/03/03 06:15:13 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, |
