Changeset ce275cf in rtems
- Timestamp:
- 08/06/03 19:14:14 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ac0a2af
- Parents:
- 1d2dbec
- Location:
- cpukit/libmisc
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/ChangeLog
r1d2dbec rce275cf 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
r1d2dbec rce275cf 4 4 5 5 SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \ 6 rtmonuse serdbg stackchk untar wrapup6 rtmonuse serdbg stackchk untar fsmount wrapup 7 7 8 8 EXTRA_DIST = README -
cpukit/libmisc/shell/cmds.c
r1d2dbec rce275cf 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
r1d2dbec rce275cf 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.