mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
Fix cosmetic typo in header file idempotence. Note by Lazlo
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef __INCLUDE_NETINET_IP_H
|
#ifndef __INCLUDE_NETINET_IN_H
|
||||||
#define __INCLUDE_NETINET_IP_H
|
#define __INCLUDE_NETINET_IN_H
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@@ -152,4 +152,4 @@ struct sockaddr_in6
|
|||||||
* Public Function Prototypes
|
* Public Function Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#endif /* __INCLUDE_NETINET_IP_H */
|
#endif /* __INCLUDE_NETINET_IN_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user