Changeset 60e3e85 in mainline


Ignore:
Timestamp:
2011-06-14T15:12:59Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f48b637
Parents:
9ec25a6
Message:

Disable stdin input in ccom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/cc/ccom/main.c

    r9ec25a6 r60e3e85  
    300300                                exit(1);
    301301                        }
     302                } else {
     303                        fprintf(stderr, "Reading from standard input is disabled on HelenOS\n");
     304                        exit(1);
    302305                }
    303306                if (argc > 1 && strcmp(argv[1], "-") != 0) {
Note: See TracChangeset for help on using the changeset viewer.