Changeset 43db3c8 in rtems
- Timestamp:
- Sep 16, 2008, 5:13:58 PM (12 years ago)
- Branches:
- 4.8
- Children:
- 44a2f5d
- Parents:
- 8683760
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r8683760 r43db3c8 1 2008-09-16 Gene Smith <gene.smith@siemens.com> 2 3 PR 564/cpukit 4 * sapi/include/confdefs.h: Fix incorrect name. Was missed in an earlier 5 renaming sweep. 6 1 7 2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2 8 -
cpukit/sapi/include/confdefs.h
r8683760 r43db3c8 111 111 112 112 #ifdef CONFIGURE_INIT 113 int rtems_ telnetd_maximum_ptys = CONFIGURE_MAXIMUM_PTYS;114 #else 115 extern int rtems_ telnetd_maximum_ptys;113 int rtems_pty_maximum_ptys = CONFIGURE_MAXIMUM_PTYS; 114 #else 115 extern int rtems_pty_maximum_ptys; 116 116 #endif 117 117
Note: See TracChangeset
for help on using the changeset viewer.