diff options
Diffstat (limited to 'libexec/bootpd/report.h')
-rw-r--r-- | libexec/bootpd/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h index 55cec5c76845..36fecd295165 100644 --- a/libexec/bootpd/report.h +++ b/libexec/bootpd/report.h @@ -1,5 +1,5 @@ /* report.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/report.h,v 1.5.34.1 2009/04/15 03:14:26 kensmith Exp $ */ extern void report_init(int nolog); extern void report(int, const char *, ...) __printflike(2, 3); |