diff options
Diffstat (limited to 'libexec/tftpd/tftp-file.h')
-rw-r--r-- | libexec/tftpd/tftp-file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/tftpd/tftp-file.h b/libexec/tftpd/tftp-file.h index fcc4d0d03214f..063a5c0e4e396 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); int write_init(int fd, FILE *f, const char *mode); size_t write_file(char *buffer, int count); |