nuttx: unify FAR attribute usage across the code

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-04-04 12:46:23 +02:00
committed by Xiang Xiao
parent f527abc324
commit d08fbca679
32 changed files with 93 additions and 86 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ EXTERN const struct services_db_s g_services_db[];
* Public Function Prototypes
****************************************************************************/
bool convert_hostent(const FAR struct hostent_s *in,
bool convert_hostent(FAR const struct hostent_s *in,
int type, FAR struct hostent *out);
ssize_t parse_hostfile(FAR FILE *stream, FAR struct hostent_s *host,