Add sysname to struct opensolaris_utsname. This is needed by one DTrace

test.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-08-21 11:41:32 +00:00
parent d6f390f2f1
commit e0be1c75f0

View File

@ -38,7 +38,8 @@ __FBSDID("$FreeBSD$");
char hw_serial[11] = "0";
struct opensolaris_utsname utsname = {
.nodename = "unset"
.nodename = "unset",
.sysname = "SunOS"
};
int