Ignore:
Timestamp:
05/04/2008 01:47:39 (4 years ago)
Author:
chris
Message:

Command-line option fix from [1975]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/server/Daemon.cpp

    r2127 r2131  
    309309        // unfortunately glibc and BSD differ on this point! 
    310310        // http://www.ussg.iu.edu/hypermail/linux/kernel/0305.3/0262.html 
    311         #if HAVE_DECL_OPTRESET == 1 
     311        #if HAVE_DECL_OPTRESET == 1 || defined WIN32 
    312312                optind = 1; 
    313313                optreset = 1; 
Note: See TracChangeset for help on using the changeset viewer.