sync with OpenBSD -current
This commit is contained in:
parent
f5f5616f9d
commit
665ee5434a
12 changed files with 62 additions and 78 deletions
|
@ -351,7 +351,7 @@ getversion(void)
|
|||
if (version == NULL) {
|
||||
if (uname(&u) < 0)
|
||||
fatalx("uname failed");
|
||||
xasprintf(&version, "openbsd-%s", u.release);
|
||||
xasprintf(&version, "secbsd-%s", u.release);
|
||||
}
|
||||
return (version);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue