summaryrefslogtreecommitdiff
path: root/nuttx/include/arpa/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/arpa/inet.h')
-rw-r--r--nuttx/include/arpa/inet.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/arpa/inet.h b/nuttx/include/arpa/inet.h
index a5d13b9d9..7428c76f2 100644
--- a/nuttx/include/arpa/inet.h
+++ b/nuttx/include/arpa/inet.h
@@ -2,7 +2,7 @@
* include/arpa/inet.h
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __ARPA_INET_H
-#define __ARPA_INET_H
+#ifndef __INCLUDE_ARPA_INET_H
+#define __INCLUDE_ARPA_INET_H
/****************************************************************************
* Included Files
@@ -133,4 +133,4 @@ EXTERN const char *inet_ntop(int af, FAR const void *src, FAR char *dst, socklen
}
#endif
-#endif /* __ARPA_INET_H */
+#endif /* __INCLUDE_ARPA_INET_H */