Changeset 3074


Ignore:
Timestamp:
Oct 2, 2017, 11:09:57 AM (8 years ago)
Author:
bird
Message:

touch: OS/2 build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/touch.c

    r3072 r3074  
    346346    if (ExpTime.tm_isdst == 0)
    347347    {
    348 #if K_OS == K_OS_SOLARIS
     348#if K_OS == K_OS_SOLARIS || K_OS == K_OS_OS2
    349349        pDst->tv_sec = mktime(&ExpTime) - timezone; /* best we can do for now */
    350350#else
Note: See TracChangeset for help on using the changeset viewer.