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 fcc4d0d03214..d7f9156f2d76 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.4.1 2012/03/03 06:15:13 kensmith Exp $"); int write_init(int fd, FILE *f, const char *mode); size_t write_file(char *buffer, int count); |
