Changeset 2131
- Timestamp:
- 05/04/2008 00:47:39 (2 years ago)
- Files:
-
- 1 modified
-
box/trunk/lib/server/Daemon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/server/Daemon.cpp
r2127 r2131 309 309 // unfortunately glibc and BSD differ on this point! 310 310 // 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 312 312 optind = 1; 313 313 optreset = 1;
