Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381975
Collapse All | Expand All

(-)libsmbios-2.2.28/src/libsmbios_c/smi/smi_linux.c (+1 lines)
Lines 48-53 Link Here
48
#define bufsize 256
48
#define bufsize 256
49
49
50
// not in header file. for private use by unit tests.
50
// not in header file. for private use by unit tests.
51
LIBSMBIOS_C_DLL_SPEC void set_basedir(const char *); // needed to link tests
51
void set_basedir(const char *newdir)
52
void set_basedir(const char *newdir)
52
{
53
{
53
    sysfs_basedir = newdir;
54
    sysfs_basedir = newdir;

Return to bug 381975