Changeset 2131

Show
Ignore:
Timestamp:
05/04/2008 00:47:39 (2 years ago)
Author:
chris
Message:

Command-line option fix from [1975]

Files:
1 modified

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;