Changeset 77c4089 in rtems


Ignore:
Timestamp:
08/06/03 21:55:47 (21 years ago)
Author:
Jennifer Averett <Jennifer.Averett@…>
Children:
328876c
Parents:
a97ee41
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:
5 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/ChangeLog

    ra97ee41 r77c4089  
     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

    ra97ee41 r77c4089  
    55ACLOCAL_AMFLAGS = -I ../aclocal
    66
    7 SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \
     7SUBDIRS = capture cpuuse devnull dummy dumpbuf fsmount monitor mw-fb shell \
    88          rtmonuse serdbg stackchk untar wrapup
    99
  • cpukit/libmisc/configure.ac

    ra97ee41 r77c4089  
    7171capture/Makefile
    7272untar/Makefile
     73fsmount/Makefile
    7374mw-fb/Makefile
    7475wrapup/Makefile
  • cpukit/libmisc/shell/cmds.c

    ra97ee41 r77c4089  
    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

    ra97ee41 r77c4089  
    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.