2 * Copyright 2004-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
9 #define _SYS_NAMELEN 32
12 char sysname
[_SYS_NAMELEN
]; /* Name of the OS */
13 char nodename
[_SYS_NAMELEN
]; /* Name of this node (network related) */
14 char release
[_SYS_NAMELEN
]; /* Current release level */
15 char version
[_SYS_NAMELEN
]; /* Current version level */
16 char machine
[_SYS_NAMELEN
]; /* Name of the hardware type */
24 int uname(struct utsname
*);
30 #endif /* _SYS_UTSNAME_H */