Changeset c47e1a8 in mainline for uspace/app/shutters
- Timestamp:
- 2010-05-21T07:50:04Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d51ee2b
- Parents:
- cf8cc36 (diff), 15b592b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/app/shutters
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
shutters.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/shutters/Makefile
rcf8cc36 rc47e1a8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = shutters 31 BINARY = shutters 34 32 35 33 SOURCES = \ 36 34 shutters.c 37 35 38 include ../Makefile.common36 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/shutters/shutters.c
rcf8cc36 rc47e1a8 53 53 #include <sys/stat.h> 54 54 55 #include <str ing.h>55 #include <str.h> 56 56 57 57 #define NAME "shutters"
Note:
See TracChangeset
for help on using the changeset viewer.
