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
@ -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 New Issue
Block a user