Add a sysname char * to struct opensolaris_utsname.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e43a56e298
commit
e29e410357
@ -46,6 +46,7 @@
|
||||
#ifdef _KERNEL
|
||||
struct opensolaris_utsname {
|
||||
char *nodename;
|
||||
char *sysname;
|
||||
};
|
||||
|
||||
extern char hw_serial[11];
|
||||
|
Loading…
x
Reference in New Issue
Block a user