added R5 compatibility

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-01-25 19:15:19 +00:00
parent 71f0d1ebbe
commit 7e1e4b7fc5
1 changed files with 4 additions and 0 deletions

View File

@ -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" {