Changeset daae10f for conf.c


Ignore:
Timestamp:
2010-08-07T16:33:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7b87539
Parents:
289bd2d
Message:

OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@…>
with some changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    r289bd2d rdaae10f  
    8282        }
    8383       
    84         while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:hR:u:V" ) ) >= 0 )
     84        while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:hu:V" ) ) >= 0 )
    8585        /*     ^^^^ Just to make sure we skip this step from the REHASH handler. */
    8686        {
     
    158158                        return NULL;
    159159                }
    160                 else if( opt == 'R' )
    161                 {
    162                         /* Backward compatibility; older BitlBees passed this
    163                            info using a command-line flag. Allow people to
    164                            upgrade from such a version for now. */
    165                         setenv( "_BITLBEE_RESTART_STATE", optarg, 0 );
    166                 }
    167160                else if( opt == 'u' )
    168161                {
Note: See TracChangeset for help on using the changeset viewer.