Ouss4
|
cc2ac7452c
|
system/netdb/netdb_main.c: Eliminate a warning when
CONFIG_NETDB_HOSTFILE is not set.
|
2020-05-14 16:40:12 -06:00 |
|
Xiang Xiao
|
e806097c70
|
Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard.
|
2019-10-06 06:14:56 -06:00 |
|
anchao
|
b5cfd93444
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
Gregory Nutt
|
aacfce081e
|
Fix several cosmetic, C coding style issues
|
2015-10-03 11:03:42 -06:00 |
|
Gregory Nutt
|
f73ee9d352
|
apps/system/netdb would not build unless CONFIG_NETDB_HOSTFILE was defined because it needed gethostbyname. Noted by OrbitalFox
|
2015-08-21 09:29:38 -06:00 |
|
Gregory Nutt
|
5abf88abed
|
Print host aliases too; Change how host name is print; the match might be on a host name alias rather than the actual host name
|
2015-07-09 09:16:41 -06:00 |
|
Gregory Nutt
|
662620ae50
|
apps/system/netdb: Fix length argument used with inet_ntop
|
2015-07-08 16:46:35 -06:00 |
|
Gregory Nutt
|
05f608322e
|
Add a command to access the network database
|
2015-07-08 16:02:18 -06:00 |
|