Changeset 3771a6e in mainline for uspace/app/bdsh/cmds/modules/rm/rm.c
- Timestamp:
- 2008-08-28T13:07:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 43e02a6
- Parents:
- 7b256b0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/rm/rm.c
r7b256b0b r3771a6e 49 49 static rm_job_t rm; 50 50 51 static struct option long_options[] = {51 static struct option const long_options[] = { 52 52 { "help", no_argument, 0, 'h' }, 53 53 { "version", no_argument, 0, 'v' },
Note:
See TracChangeset
for help on using the changeset viewer.