Changeset 46ae58a5 in rtems


Ignore:
Timestamp:
12/06/11 07:05:54 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
e2bcb32
Parents:
145c9343
Message:

2011-12-06 Ralf Corsépius <ralf.corsepius@…>

  • libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode, IMFS_dump_directory static.
  • libfs/src/imfs/memfile.c: Make memfile_free_blocks_in_table static.
Location:
cpukit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r145c9343 r46ae58a5  
    112011-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
    22
     3        * libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode,
     4        IMFS_dump_directory static.
     5        * libfs/src/imfs/memfile.c: Make memfile_free_blocks_in_table static.
    36        * libcsupport/include/rtems/libio.h:
    47        Make LIBIO_FLAGS_* defined unsigned (Avoid implicit sign
  • cpukit/libfs/src/imfs/imfs_debug.c

    r145c9343 r46ae58a5  
    3434 *  This routine prints the contents of the specified jnode.
    3535 */
    36 void IMFS_print_jnode(
     36static void IMFS_print_jnode(
    3737  IMFS_jnode_t *the_jnode
    3838)
     
    9999 *  the subdirectory.
    100100 */
    101 void IMFS_dump_directory(
     101static void IMFS_dump_directory(
    102102  IMFS_jnode_t  *the_directory,
    103103  int            level
  • cpukit/libfs/src/imfs/memfile.c

    r145c9343 r46ae58a5  
    397397 *  blocks in one of the indirection tables.
    398398 */
    399 void memfile_free_blocks_in_table(
     399static void memfile_free_blocks_in_table(
    400400  block_p **block_table,
    401401  int       entries
Note: See TracChangeset for help on using the changeset viewer.