. __sun__ -> __sun since Sun's CC doesn't use the former.

This commit is contained in:
Emil Mikulic 2003-11-30 11:30:20 +00:00
parent 7df4b55839
commit 761462e4e5
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ static char *xstrdup(const char *src)
#ifdef __sun__ /* unimpressed by Solaris */
#ifdef __sun /* unimpressed by Solaris */
static int vasprintf(char **strp, const char *fmt, va_list ap)
{
char tmp;