Changeset 3771a6e in mainline for uspace/app/bdsh/cmds/modules/rm/rm.c


Ignore:
Timestamp:
2008-08-28T13:07:15Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
43e02a6
Parents:
7b256b0b
Message:

long_options[] should be const where implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/rm/rm.c

    r7b256b0b r3771a6e  
    4949static rm_job_t rm;
    5050
    51 static struct option long_options[] = {
     51static struct option const long_options[] = {
    5252        { "help", no_argument, 0, 'h' },
    5353        { "version", no_argument, 0, 'v' },
Note: See TracChangeset for help on using the changeset viewer.