Changeset 4acbff6 in rtems
- Timestamp:
- 05/23/12 09:39:05 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 45ada30, 847ad44
- Parents:
- 13d3a37
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/23/12 09:39:05)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/24/12 15:39:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/shell/main_lsof.c
r13d3a37 r4acbff6 16 16 #include "config.h" 17 17 #endif 18 19 #include <stdio.h> 18 20 19 21 #include <rtems/libio_.h> … … 36 38 rtems_chain_node *mt_entry_node = NULL; 37 39 38 printk( 40 fprintf( 41 stdout, 39 42 "%c %c %s %s -> %s root 0x%08x -> 0x%08x\n", 40 43 mt_entry->mounted ? 'M' : 'U', … … 55 58 (rtems_filesystem_location_info_t *) mt_entry_node; 56 59 57 printk( 60 fprintf( 61 stdout, 58 62 "\t0x%08x -> 0x%08x\n", 59 63 loc,
Note: See TracChangeset
for help on using the changeset viewer.