summaryrefslogtreecommitdiff
path: root/libexec/tftpd/tftp-transfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tftpd/tftp-transfer.h')
-rw-r--r--libexec/tftpd/tftp-transfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/tftpd/tftp-transfer.h b/libexec/tftpd/tftp-transfer.h
index 2cfa2df8ee88e..645e3b2b59813 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.4.2.2.1 2010/12/21 17:10:29 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,