fix build for windows

found with "make buildall", it was broken since the change for reusable components.
This commit is contained in:
Mechiel Lukkien
2024-01-01 16:08:50 +01:00
parent 3f5823de31
commit 4b8b53e776
2 changed files with 6 additions and 2 deletions

View File

@ -5,5 +5,5 @@ package mox
// Not implemented yet on windows. Would need to understand its security model
// first.
func ForkExecUnprivileged() {
xlog.Fatal("fork and exec to unprivileged user not yet implemented on windows")
pkglog.Fatal("fork and exec to unprivileged user not yet implemented on windows")
}