thinko while looking into macOS

This commit is contained in:
nhmall
2026-04-25 16:19:24 -04:00
parent 27f6ae340b
commit 98308a8a7d
+2 -1
View File
@@ -843,12 +843,13 @@ sys_random_seed(void)
void
get_nhuuid(void)
{
#if defined(LINUX) && defined(NHUUID)
char struuid[37] = { 0 };
#if defined(LINUX) && defined(NHUUID)
uuid_t binuuid;
#elif defined(MACOS) && defined(NHUUID)
char *struuid = NULL;
extern char *get_mac_uuid(char **); /* sys/unix/macuuid.m */
extern void free_macos_uuid(void); /* sys/unix/macuuid.m */
#endif
if (svn.nhuuid[0])