Commit 4877c592 authored by Tom Lane's avatar Tom Lane

Suppress trivial compiler warning.

parent fe61b6cc
......@@ -82,9 +82,9 @@ BSD44_derived_dlsym(void *handle, const char *name)
return NULL;
#else
void *vp;
#ifndef __ELF__
char buf[BUFSIZ];
#ifndef __ELF__
if (*name != '_')
{
sprintf(buf, "_%s", name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment