diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2017-03-26 14:37:12 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2017-03-26 14:37:12 +0000 |
| commit | 45c0d45bb536a6fbf93e9029e350f1ec16d91ac9 (patch) | |
| tree | c68bbcf3fe7db5225570dd8bce24824c7964f54c /libexec/bootpd/getif.c | |
| parent | 89a1e6c3eb3d2db909a18d731b672dd356d7443a (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/getif.c')
| -rw-r--r-- | libexec/bootpd/getif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index 64e5edadb6799..225647ea439b6 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -36,7 +36,7 @@ static struct ifreq ifreq[10]; /* Holds interface configuration */ static struct ifconf ifconf; /* points to ifreq */ -static int nmatch(); +static int nmatch(u_char *ca, u_char *cb); /* Return a pointer to the interface struct for the passed address. */ struct ifreq * |
