mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Fixed sloppy common-style declarations.
This commit is contained in:
parent
04c426cce3
commit
042461b755
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29182
@ -26,6 +26,8 @@
|
||||
#include <netatalk/phase2.h>
|
||||
#include <netatalk/at_extern.h>
|
||||
|
||||
struct at_ifaddr *at_ifaddr;
|
||||
|
||||
static int aa_dorangeroute(struct ifaddr *ifa,
|
||||
u_int first, u_int last, int cmd);
|
||||
static int aa_addsingleroute(struct ifaddr *ifa,
|
||||
|
@ -58,8 +58,8 @@ struct at_aliasreq {
|
||||
|
||||
#ifdef KERNEL
|
||||
extern struct pr_usrreqs ddp_usrreqs;
|
||||
struct at_ifaddr *at_ifaddr;
|
||||
struct ifqueue atintrq1, atintrq2;
|
||||
extern struct at_ifaddr *at_ifaddr;
|
||||
extern struct ifqueue atintrq1, atintrq2;
|
||||
int atdebug;
|
||||
#endif
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include <netatalk/ddp_var.h>
|
||||
#include <netatalk/at_extern.h>
|
||||
|
||||
struct ifqueue atintrq1, atintrq2;
|
||||
|
||||
int ddp_forward = 1;
|
||||
int ddp_firewall = 0;
|
||||
extern int ddp_cksum;
|
||||
|
Loading…
Reference in New Issue
Block a user