Ignore:
Timestamp:
Oct 15, 2007, 6:54:59 PM (18 years ago)
Author:
bird
Message:

Solaris build fixes.

File:
1 edited

Legend:

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

    r960 r1246  
    2727#include <stdarg.h>
    2828#include <stdlib.h>
    29 #ifdef __sun__
    30 # undef va_copy /* why? */
    31 #endif
    3229#include "solfakes.h"
    3330
     
    6259        va_copy(va2, va);
    6360        rc = snprintf(psz, cb, fmt, va2);
    64         va_end(vaCopy);
     61        va_end(va2);
    6562#else
    6663        va2 = va;
Note: See TracChangeset for help on using the changeset viewer.