Changeset 9510012 in rtems-libbsd
- Timestamp:
- Jul 18, 2016, 10:12:17 PM (5 years ago)
- Branches:
- b96abfd647154f10ea8f7fac68e25676636eded5, debc0aed8b9bef9996b8ec0ae7a70b0b41912e27, 68e79b6d187fe09b0a6f3f1d22c69b4121a3f76e, freebsd-9.3, 33bfaee89aa71d2252eb48d6b9a9ec17183faced
- Children:
- e5aa554
- Parents:
- ac0e5bf
- git-author:
- Chris Johns <chrisj@…> (07/18/16 22:12:17)
- git-committer:
- Chris Johns <chrisj@…> (07/18/16 22:12:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemsbsd/include/machine/rtems-bsd-config.h
rac0e5bf r9510012 132 132 */ 133 133 #if defined(RTEMS_BSD_CONFIG_SERVICE_TELNETD) 134 #if defined(RTEMS_BSD_CONFIG_TELNETD_STACK_SIZE) 135 #define RTEMS_BSD_CFGDECL_TELNETD_STACK_SIZE \ 136 int rtems_telnetd_stack_size = RTEMS_BSD_CONFIG_TELNETD_STACK_SIZE 134 #if !defined(RTEMS_BSD_CONFIG_TELNETD_STACK_SIZE) 135 #define RTEMS_BSD_CONFIG_TELNETD_STACK_SIZE (8 * 1024) 137 136 #endif /* RTEMS_BSD_CONFIG_TELNETD_STACK_SIZE */ 137 #define RTEMS_BSD_CFGDECL_TELNETD_STACK_SIZE \ 138 int rtems_telnetd_stack_size = RTEMS_BSD_CONFIG_TELNETD_STACK_SIZE 138 139 #define RTEMS_BSD_CFGDECL_TELNETD RTEMS_BSD_RC_CONF_SYSINT(rc_conf_telnetd) 139 140 #else
Note: See TracChangeset
for help on using the changeset viewer.