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.h

    r813 r1246  
    2727#ifdef __sun__
    2828
     29#include <stdarg.h>
    2930#include "getopt.h"
    3031#define _PATH_DEVNULL "/dev/null"
     
    3738#endif
    3839
     40int vasprintf(char **strp, const char *fmt, va_list va);
     41int asprintf(char **strp, const char *fmt, ...);
     42
    3943#endif /* __sun__ */
    4044#endif /* __solfakes_h__ */
Note: See TracChangeset for help on using the changeset viewer.