mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove sa_equal() definition since it is already defined in net/route.h.
Noted by: ian MFC after: 2 weeks
This commit is contained in:
parent
36d55f0f9d
commit
4b29ef64b2
1 changed files with 0 additions and 3 deletions
|
|
@ -116,9 +116,6 @@ int Kflag = 0;
|
|||
#endif
|
||||
int vflag = 0;
|
||||
|
||||
#define sa_equal(a1, a2) \
|
||||
(bcmp((a1), (a2), ((a1))->sa_len) == 0)
|
||||
|
||||
#define sa_dl_equal(a1, a2) \
|
||||
((((struct sockaddr_dl *)(a1))->sdl_len == \
|
||||
((struct sockaddr_dl *)(a2))->sdl_len) && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue