Index: fusl/include/netinet/udp.h |
diff --git a/fusl/include/netinet/udp.h b/fusl/include/netinet/udp.h |
index b1b0eb819af5d2843103311b00eee2b137ca6600..8a76e23ee3b1aa54df053f718d64818884b52c9c 100644 |
--- a/fusl/include/netinet/udp.h |
+++ b/fusl/include/netinet/udp.h |
@@ -16,20 +16,20 @@ extern "C" { |
#endif |
struct udphdr { |
- uint16_t uh_sport; |
- uint16_t uh_dport; |
- uint16_t uh_ulen; |
- uint16_t uh_sum; |
+ uint16_t uh_sport; |
+ uint16_t uh_dport; |
+ uint16_t uh_ulen; |
+ uint16_t uh_sum; |
}; |
-#define UDP_CORK 1 |
-#define UDP_ENCAP 100 |
+#define UDP_CORK 1 |
+#define UDP_ENCAP 100 |
#define UDP_ENCAP_ESPINUDP_NON_IKE 1 |
-#define UDP_ENCAP_ESPINUDP 2 |
-#define UDP_ENCAP_L2TPINUDP 3 |
+#define UDP_ENCAP_ESPINUDP 2 |
+#define UDP_ENCAP_L2TPINUDP 3 |
-#define SOL_UDP 17 |
+#define SOL_UDP 17 |
#ifdef __cplusplus |
} |