Changeset 77c4089 in rtems
- Timestamp:
- 08/06/03 21:55:47 (20 years ago)
- Children:
- 328876c
- Parents:
- a97ee41
- Location:
- cpukit/libmisc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/ChangeLog
ra97ee41 r77c4089 1 2003-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 1 9 2003-08-05 Till Strauman <strauman@slac.stanford.edu> 2 10 -
cpukit/libmisc/Makefile.am
ra97ee41 r77c4089 5 5 ACLOCAL_AMFLAGS = -I ../aclocal 6 6 7 SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \7 SUBDIRS = capture cpuuse devnull dummy dumpbuf fsmount monitor mw-fb shell \ 8 8 rtmonuse serdbg stackchk untar wrapup 9 9 -
cpukit/libmisc/configure.ac
ra97ee41 r77c4089 71 71 capture/Makefile 72 72 untar/Makefile 73 fsmount/Makefile 73 74 mw-fb/Makefile 74 75 wrapup/Makefile -
cpukit/libmisc/shell/cmds.c
ra97ee41 r77c4089 287 287 if (stat(nbuf, &stat_buf) == 0) 288 288 { /* 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)); 290 290 pwd=getpwuid(stat_buf.st_uid); 291 291 user=pwd?pwd->pw_name:"nouser"; -
cpukit/libmisc/wrapup/Makefile.am
ra97ee41 r77c4089 29 29 TMP_LIBS += ../mw-fb/$(ARCH)/libmw-fb.a 30 30 TMP_LIBS += ../capture/$(ARCH)/libcapture.a 31 TMP_LIBS += ../fsmount/$(ARCH)/libfsmount.a 31 32 32 33 #
Note: See TracChangeset
for help on using the changeset viewer.