aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/hash.c
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/hash.c
parent59b19ff14a36bb975819fff8c7bd8648a9b29537 (diff)
Notes
Diffstat (limited to 'libexec/bootpd/hash.c')
-rw-r--r--libexec/bootpd/hash.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c
index 16b042032e76..2a0b4e979952 100644
--- a/libexec/bootpd/hash.c
+++ b/libexec/bootpd/hash.c
@@ -61,11 +61,7 @@ SOFTWARE.
#define PRIVATE static
#endif
-#ifdef __STDC__
#define P(args) args
-#else
-#define P(args) ()
-#endif
PRIVATE void hashi_FreeMembers P((hash_member *, hash_freefp));