Changeset 88944695 in mainline for uspace/app/bdsh/exec.c
- Timestamp:
- 2008-08-28T08:32:06Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a56f4b2
- Parents:
- 69145dae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
r69145dae r88944695 49 49 char *found; 50 50 51 static char *find_command(char *); 52 static unsigned int try_access(const char *); 53 51 54 /* work-around for access() */ 52 unsigned int try_access(const char *f)55 static unsigned int try_access(const char *f) 53 56 { 54 57 int fd; … … 64 67 /* Returns the full path of "cmd" if cmd is found, else just hand back 65 68 * cmd as it was presented */ 66 char *find_command(char *cmd)69 static char *find_command(char *cmd) 67 70 { 68 71 char *path_tok;
Note:
See TracChangeset
for help on using the changeset viewer.