Changeset ce275cf in rtems


Ignore:
Timestamp:
08/06/03 19:14:14 (20 years ago)
Author:
Jennifer Averett <Jennifer.Averett@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ac0a2af
Parents:
1d2dbec
Message:

2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>

PR 369/filesystem

  • Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to show the use of the DOSFS functions
  • fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c, fsmount/fsmount.h: New files.
Location:
cpukit/libmisc
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/ChangeLog

    r1d2dbec rce275cf  
     12003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
     2
     3        PR 369/filesystem
     4        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
     5        show the use of the DOSFS functions
     6        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
     7        fsmount/fsmount.h: New files.
     8
    192003-08-05      Till Strauman <strauman@slac.stanford.edu>
    210
  • cpukit/libmisc/Makefile.am

    r1d2dbec rce275cf  
    44
    55SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \
    6           rtmonuse serdbg stackchk untar wrapup
     6          rtmonuse serdbg stackchk untar fsmount wrapup
    77
    88EXTRA_DIST = README
  • cpukit/libmisc/shell/cmds.c

    r1d2dbec rce275cf  
    287287      if (stat(nbuf, &stat_buf) == 0)
    288288      { /* AWFUL buts works...*/
    289          strftime(sbuf,sizeof(sbuf)-1,"%b %d %H:%M",gmtime(&stat_buf.st_atime));     
     289         strftime(sbuf,sizeof(sbuf)-1,"%b %d %H:%M",gmtime(&stat_buf.st_mtime));     
    290290         pwd=getpwuid(stat_buf.st_uid);
    291291         user=pwd?pwd->pw_name:"nouser";
  • cpukit/libmisc/wrapup/Makefile.am

    r1d2dbec rce275cf  
    2929TMP_LIBS += ../mw-fb/$(ARCH)/libmw-fb.a
    3030TMP_LIBS += ../capture/$(ARCH)/libcapture.a
     31TMP_LIBS += ../fsmount/$(ARCH)/libfsmount.a
    3132
    3233#
Note: See TracChangeset for help on using the changeset viewer.