Skip to content

Commit c1db7c9

Browse files
committed
UDP: Fix two macro names in the header file
1 parent 3f975fe commit c1db7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

udp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct udphdr {
113113
#ifndef LDP_PORT
114114
#define LDP_PORT 646
115115
#endif
116-
#ifndef AQDV_PORT
116+
#ifndef AODV_PORT
117117
#define AODV_PORT 654 /*XXX*/
118118
#endif
119119
#ifndef OLSR_PORT
@@ -155,7 +155,7 @@ struct udphdr {
155155
#ifndef ZEPHYR_SRV_PORT
156156
#define ZEPHYR_SRV_PORT 2103 /*XXX*/
157157
#endif
158-
#ifndef ZEPHYR_CLI_PORT
158+
#ifndef ZEPHYR_CLT_PORT
159159
#define ZEPHYR_CLT_PORT 2104 /*XXX*/
160160
#endif
161161
#ifndef VAT_PORT

0 commit comments

Comments
 (0)