sync with OpenBSD -current

This commit is contained in:
purplerain 2024-09-29 20:39:38 +00:00
parent f5f5616f9d
commit 665ee5434a
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
12 changed files with 62 additions and 78 deletions

View file

@ -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);
}