added R5 compatibility
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
71f0d1ebbe
commit
7e1e4b7fc5
@ -7,7 +7,11 @@
|
||||
#ifndef _SYS_UTSNAME_H
|
||||
#define _SYS_UTSNAME_H
|
||||
|
||||
#ifdef __HAIKU__
|
||||
#define _SYS_NAMELEN 256
|
||||
#else
|
||||
#define _SYS_NAMELEN 32 // R5 compatibility
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user