Changeset 269b559 in rtems-libbsd for rtemsbsd/ftpd
- Timestamp:
- 11/24/16 11:01:28 (7 years ago)
- Branches:
- 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
- Children:
- f7a4107
- Parents:
- cfec446
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/24/16 11:01:28)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (11/24/16 11:38:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemsbsd/ftpd/ftpd.c
rcfec446 r269b559 216 216 #include <rtems/ftpd.h> 217 217 218 #include <machine/rtems-bsd-printf-to-iprintf.h>219 220 218 #ifdef __GNUC__ 221 219 /* change to #if 1 to disable syslog entirely */ … … 447 445 RTEMS_PREEMPT | RTEMS_NO_TIMESLICE | 448 446 RTEMS_NO_ASR | RTEMS_INTERRUPT_LEVEL(0), 449 RTEMS_ NO_FLOATING_POINT | RTEMS_LOCAL,447 RTEMS_FLOATING_POINT | RTEMS_LOCAL, 450 448 &info->tid); 451 449 if (sc == RTEMS_SUCCESSFUL) … … 2148 2146 RTEMS_PREEMPT | RTEMS_NO_TIMESLICE | RTEMS_NO_ASR | 2149 2147 RTEMS_INTERRUPT_LEVEL(0), 2150 RTEMS_ NO_FLOATING_POINT | RTEMS_LOCAL,2148 RTEMS_FLOATING_POINT | RTEMS_LOCAL, 2151 2149 &tid); 2152 2150
Note: See TracChangeset
for help on using the changeset viewer.