Current Path : /usr/src/libexec/bootpd/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/libexec/bootpd/report.h |
/* report.h */ /* $FreeBSD: release/9.1.0/libexec/bootpd/report.h 97417 2002-05-28 18:36:43Z alfred $ */ extern void report_init(int nolog); extern void report(int, const char *, ...) __printflike(2, 3); extern const char *get_errmsg(void);