ppp: Remove trailing semicolon
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/654
This commit is contained in:
parent
94dcc95fdf
commit
44357c18cc
@ -96,8 +96,8 @@ extern void ncp2initial(struct ncp *);
|
||||
ncp_ClearUrgentPorts(&(ncp)->cfg.urgent.tcp)
|
||||
#define ncp_ClearUrgentUdpPorts(ncp) \
|
||||
ncp_ClearUrgentPorts(&(ncp)->cfg.urgent.udp)
|
||||
#define ncp_ClearUrgentTOS(ncp) (ncp)->cfg.urgent.tos = 0;
|
||||
#define ncp_SetUrgentTOS(ncp) (ncp)->cfg.urgent.tos = 1;
|
||||
#define ncp_ClearUrgentTOS(ncp) (ncp)->cfg.urgent.tos = 0
|
||||
#define ncp_SetUrgentTOS(ncp) (ncp)->cfg.urgent.tos = 1
|
||||
|
||||
#ifndef NOINET6
|
||||
#define isncp(proto) ((proto) == PROTO_IPCP || (proto) == PROTO_IPV6CP)
|
||||
|
Loading…
Reference in New Issue
Block a user