Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.11 by nishi, Sun Nov 3 10:40:12 2024 UTC | Revision 1.12 by nishi, Sun Nov 3 13:51:52 2024 UTC | |
---|---|---|
# | Line 627 int tw_server_pass(void* ptr) { | Line 627 int tw_server_pass(void* ptr) { |
627 | time_t t; | time_t t; |
628 | struct tm* btm; | struct tm* btm; |
629 | strptime(req.headers[i + 1], "%a, %d %b %Y %H:%M:%S GMT", &tm); | strptime(req.headers[i + 1], "%a, %d %b %Y %H:%M:%S GMT", &tm); |
630 | #if defined(__MINGW32__) || defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__USLC__) || defined(__NeXT__) || defined(__bsdi__) || defined(__amiga__) | #if defined(__MINGW32__) || defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__USLC__) || defined(__NeXT__) || defined(__bsdi__) || defined(__amiga__) || defined(__sun__) |
631 | t = 0; | t = 0; |
632 | btm = localtime(&t); | btm = localtime(&t); |
633 | cmtime = mktime(&tm); | cmtime = mktime(&tm); |
|
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |