diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 18:36:43 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 18:36:43 +0000 |
| commit | f19d047aec2b1d05cfb00498caff5141094d1124 (patch) | |
| tree | ce9f350c8701d94e008a4a7dde04373b9afe18d7 /libexec/bootpd/dovend.c | |
| parent | 5ed136e814a98e845927fffa6aa7c497dbd8fa5e (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/dovend.c')
| -rw-r--r-- | libexec/bootpd/dovend.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index 6ba36e8a671a..3b2bd973cbf1 100644 --- a/libexec/bootpd/dovend.c +++ b/libexec/bootpd/dovend.c @@ -29,9 +29,7 @@ #include "report.h" #include "dovend.h" -#define P(args) args - -PRIVATE int insert_generic P((struct shared_bindata *, byte **, int *)); +PRIVATE int insert_generic(struct shared_bindata *, byte **, int *); /* * Insert the 2nd part of the options into an option buffer. |
