mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
. __sun__ -> __sun since Sun's CC doesn't use the former.
This commit is contained in:
parent
7df4b55839
commit
761462e4e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user