Changeset 8bb129d in mainline
- Timestamp:
- 2009-05-06T20:54:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 386e276
- Parents:
- a248234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cat/cat.c
ra248234 r8bb129d 88 88 char *buff = NULL; 89 89 90 if (-1 == (fd = open(fname, O_RDONLY))) { 90 fd = open(fname, O_RDONLY); 91 if (fd < 0) { 91 92 printf("Unable to open %s\n", fname); 92 93 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.