Changeset 1420
- Timestamp:
- 03/20/07 03:38:33 (6 years ago)
- Location:
- trunk/src/target/OM-2007/applications/openmoko-appmanager
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
src/ipkgapi.c (modified) (1 diff)
-
src/tool-box.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007/applications/openmoko-appmanager/ChangeLog
r1405 r1420 1 2007-03-20 Chaowei Song <songcw@fic-sh.com.cn> 2 * src/ipkgapi.c: 3 Add #define __USE_XOPEN_EXTENDED before include string.h, removing the 4 warning of "strdup" undecleration. 5 * src/tool-box.c: 6 Including the filter-menu.h now. 7 1 8 2007-03-19 Chaowei Song <songcw@fic-sh.com.cn> 2 9 * src/package-list.c: (package_list_execute_change): -
trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.c
r586 r1420 18 18 */ 19 19 #include <stdio.h> 20 #define __USE_XOPEN_EXTENDED 20 21 #include <string.h> 21 22 #include <stdlib.h> -
trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.c
r1404 r1420 26 26 #include "apply-dialog.h" 27 27 #include "install-dialog.h" 28 #include "filter-menu.h" 28 29 29 30 /**
Note: See TracChangeset
for help on using the changeset viewer.
