aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/report.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 18:31:41 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 18:31:41 +0000
commit5ed136e814a98e845927fffa6aa7c497dbd8fa5e (patch)
tree742976ab3a4d7a3a0d4e1f5dbe4d502844b37e9c /libexec/bootpd/report.h
parent59b19ff14a36bb975819fff8c7bd8648a9b29537 (diff)
Notes
Diffstat (limited to 'libexec/bootpd/report.h')
-rw-r--r--libexec/bootpd/report.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h
index 2b6f622c645c..dbb1a663f7d4 100644
--- a/libexec/bootpd/report.h
+++ b/libexec/bootpd/report.h
@@ -1,11 +1,7 @@
/* report.h */
/* $FreeBSD$ */
-#ifdef __STDC__
#define P(args) args
-#else
-#define P(args) ()
-#endif
extern void report_init P((int nolog));
extern void report P((int, const char *, ...)) __printflike(2, 3);