Changeset af4eda50 in mainline
- Timestamp:
- 2008-09-20T08:06:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94e152a
- Parents:
- 8168eac6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
r8168eac6 raf4eda50 47 47 48 48 /* FIXME: Just have find_command() return an allocated string */ 49 char *found;49 static char *found; 50 50 51 51 static char *find_command(char *); 52 static unsignedint try_access(const char *);52 static int try_access(const char *); 53 53 54 54 /* work-around for access() */ 55 static unsignedint try_access(const char *f)55 static int try_access(const char *f) 56 56 { 57 57 int fd;
Note:
See TracChangeset
for help on using the changeset viewer.