Changeset 4b35e0e in rtems
- Timestamp:
- 07/06/05 09:56:57 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 707a733
- Parents:
- 6d06a63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/lib/syslog.c
r6d06a63 r4b35e0e 163 163 &LogSemaphore); 164 164 if (sc != RTEMS_SUCCESSFUL) { 165 printf ("Can't create syslog se amphore: %d\n", sc);165 printf ("Can't create syslog semaphore: %d\n", sc); 166 166 close (LogFd); 167 167 LogFd = -1;
Note: See TracChangeset
for help on using the changeset viewer.