HOSTNAME(1): Import from FreeBSD

This commit is contained in:
Sebastian Huber
2014-11-05 14:27:18 +01:00
parent c622a5e22a
commit 50e82a6d15
6 changed files with 151 additions and 1 deletions

View File

@@ -30,10 +30,11 @@ extern rtems_shell_cmd_t rtems_shell_PING6_Command;
extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
extern rtems_shell_cmd_t rtems_shell_ROUTE_Command;
extern rtems_shell_cmd_t rtems_shell_NETSTAT_Command;
extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
extern rtems_shell_cmd_t rtems_shell_HOSTNAME_Command;
#ifdef __cplusplus
}
#endif /* __cplusplus */