]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
travis fixes
authorAlan T. DeKok <aland@freeradius.org>
Fri, 31 Jul 2020 11:41:19 +0000 (07:41 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 31 Jul 2020 11:41:19 +0000 (07:41 -0400)
src/protocols/arp/base.c

index 336baec4a0cffadedb742f8ae54f3972ebc4b1e5..62bf3e001d09f53063fcecf796236808893e6a7d 100644 (file)
@@ -27,6 +27,7 @@ RCSID("$Id$")
 
 #include <freeradius-devel/util/net.h>
 #include <freeradius-devel/util/struct.h>
+#include <freeradius-devel/util/syserror.h>
 #include <freeradius-devel/io/test_point.h>
 #include "attrs.h"
 
@@ -94,7 +95,7 @@ static uint8_t const zeros[6] = { 0 };
  *
  * @param[in] fd       to add arp entry on.
  * @param[in] interface        to add arp entry on.
- * @param[in] ip       to insert into ARP table.
+ * @param[in] ipaddr   to insert into ARP table.
  * @param[in] macaddr  to insert into ARP table.
  * @return
  *     - 0 on success.