This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RedBoot: remove the ls command's "getcwd" message


2005-01-05 David Vrabel <dvrabel@arcom.com>

	* src/fs/fileio.c (do_ls): Remove useless "getcwd" message.
--
David Vrabel, Design Engineer

Arcom, Clifton Road           Tel: +44 (0)1223 411200 ext. 3233
Cambridge CB1 7EA, UK         Web: http://www.arcom.com/
Index: redboot/current/src/fs/fileio.c
===================================================================
RCS file: /var/cvs/ecos/packages/redboot/current/src/fs/fileio.c,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -B -p -r1.1.1.3 -r1.2
--- redboot/current/src/fs/fileio.c	26 Aug 2004 09:41:43 -0000	1.1.1.3
+++ redboot/current/src/fs/fileio.c	5 Jan 2005 10:38:51 -0000	1.2
@@ -204,8 +204,6 @@ do_ls(int argc, char * argv[])
           return;
 
      if (!dir_set) {
-          diag_printf("getcwd\n");
-          
           getcwd(cwd,sizeof(cwd));
           dir_str = cwd;
      }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]