Merge pull request #430 from galaxy4public/libsubid-static

Fixes the linking issues when libsubid is static and linked to
This commit is contained in:
Serge Hallyn 2021-10-27 08:31:23 -05:00 committed by GitHub
commit f2476d3ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,8 @@
#include "idmapping.h"
#include "subid.h"
const char *Prog = "(libsubid)";
FILE *shadow_logfd;
static const char *Prog = "(libsubid)";
static FILE *shadow_logfd;
bool libsubid_init(const char *progname, FILE * logfd)
{