Skip to content
Snippets Groups Projects
Commit db5da8bd authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

Avoid a link error from another DLL on FreeBSD.

parent 9aa678ca
No related branches found
No related tags found
No related merge requests found
......@@ -269,6 +269,7 @@ SCSI_printprocentry( const struct LinuxProcScsiDevice * dev )
dev->type,
dev->ansirev );
}
#endif
static void
SCSI_GetProcinfo()
......@@ -277,6 +278,7 @@ SCSI_GetProcinfo()
* HKEY_DYN_DATA would be a lot less messy
*/
{
#ifdef linux
FILE * procfile = NULL;
int result = 0;
......@@ -344,5 +346,5 @@ SCSI_GetProcinfo()
}
RegCloseKey(hkeyScsi);
return;
}
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment