- Timestamp:
- Oct 2, 2017, 11:09:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/touch.c
r3072 r3074 346 346 if (ExpTime.tm_isdst == 0) 347 347 { 348 #if K_OS == K_OS_SOLARIS 348 #if K_OS == K_OS_SOLARIS || K_OS == K_OS_OS2 349 349 pDst->tv_sec = mktime(&ExpTime) - timezone; /* best we can do for now */ 350 350 #else
Note:
See TracChangeset
for help on using the changeset viewer.