From d0fcd0b8a660e12e2f99affe198f035cf2cf8256 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 15 Mar 2011 05:02:34 +0000 Subject: 2011-03-15 Chris Johns PR 1763/shell * libmisc/shell/hexdump-conv.c: Remove debug hacks. PR 1757/filesystem * libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-block.h, libfs/src/rfs/rtems-rfs-file.c, libfs/src/rfs/rtems-rfs-rtems-file.c: Set the file size in iop-size when a file is open. Fix lseek to end of file then write for sizes less than half the file system block size. * libfs/src/rfs/rtems-rfs-rtems-dev.c, libfs/src/rfs/rtems-rfs-rtems-dir.c, libfs/src/rfs/rtems-rfs-rtems.c, libfs/src/rfs/rtems-rfs-rtems.h: Fix the fstat and fchmod calls due to the change in the iop struct where pathinfo went away. The node_access field in pathinfo was overloaded. --- cpukit/libmisc/shell/hexdump-conv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/libmisc') diff --git a/cpukit/libmisc/shell/hexdump-conv.c b/cpukit/libmisc/shell/hexdump-conv.c index e35712e227..44390baa32 100644 --- a/cpukit/libmisc/shell/hexdump-conv.c +++ b/cpukit/libmisc/shell/hexdump-conv.c @@ -63,8 +63,6 @@ conv_c(rtems_shell_hexdump_globals* globals, PR *pr, u_char *p, size_t bufsize) int converr, pad, width; char peekbuf[MB_LEN_MAX]; - printf("MB_LEN_MAX=%i\n", MB_LEN_MAX); - return; if (pr->mbleft > 0) { str = "**"; pr->mbleft--; -- cgit v1.2.3