mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Define utsname field lengths in BeOS if not defined previously.
This commit is contained in:
@@ -33,6 +33,10 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#include "../include/defs.h"
|
||||
#include "../log.h"
|
||||
|
||||
#if !defined(_SYS_NAMELEN)
|
||||
#define _SYS_NAMELEN 32
|
||||
#endif
|
||||
|
||||
void GetOsInfo()
|
||||
{
|
||||
struct utsname buf;
|
||||
|
||||
Reference in New Issue
Block a user