Add sysname to struct opensolaris_utsname. This is needed by one DTrace
test. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d6f390f2f1
commit
e0be1c75f0
@ -38,7 +38,8 @@ __FBSDID("$FreeBSD$");
|
||||
char hw_serial[11] = "0";
|
||||
|
||||
struct opensolaris_utsname utsname = {
|
||||
.nodename = "unset"
|
||||
.nodename = "unset",
|
||||
.sysname = "SunOS"
|
||||
};
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user