Changeset 16466 for trunk/Ohana/src/opihi
- Timestamp:
- Feb 13, 2008, 4:30:07 PM (18 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 2 edited
-
cmd.basic/shell.c (modified) (2 diffs)
-
lib.data/book.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/shell.c
r16059 r16466 3 3 static char *defshell = "/bin/sh"; 4 4 static char *cmdflag = "-c"; 5 6 // XXX add the ability to exec without a separate shell 7 // XXX add an option to modify the timeout 5 8 6 9 int shell (int argc, char **argv) { … … 42 45 exit (1); 43 46 } 47 free (args[2]); 44 48 free (args); 45 49 -
trunk/Ohana/src/opihi/lib.data/book.c
r16436 r16466 39 39 for (i = 0; i < book[0].Npages; i++) { 40 40 FreePage (book[0].pages[i]); 41 free (book[0].pages[i]);42 41 free (book[0].pageIDs[i]); 43 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
