aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-03-15 02:09:16 +0000
committerWarner Losh <imp@FreeBSD.org>2023-03-15 02:39:34 +0000
commit44357c18ccb9df24a925d43ccc467f65b9ed6bc6 (patch)
tree3bd8dfb5039f6b052d7b00919bbab0685abe4c97 /usr.sbin/ppp
parent94dcc95fdf45eff1dc25d2a51f074684c265ba2e (diff)
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ncp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ncp.h b/usr.sbin/ppp/ncp.h
index 70b00a422310..806c943a891e 100644
--- a/usr.sbin/ppp/ncp.h
+++ b/usr.sbin/ppp/ncp.h
@@ -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)