"Brent W. Baccala" writes:
> + va_start(argptr, fmt);
> + retval = vasprintf(strp, fmt, argptr);
> + va_end(argptr);
> +
> + assert_perror(retval == -1);
The argument of assert_perror should be an errno_t value, not
just a Boolean.
It isn't clear from the commit message that the warning mes
Update of bug #17341 (project hurd):
Status: Confirmed => Fixed
Open/Closed:Open => Closed
___
Follow-up Comment #2:
Fixed in 8c0e65b6b2db9
Hello,
Justus Winter, on Sun 06 Nov 2016 12:08:31 +, wrote:
> Revert "i386: use ACPI to power off the machine"
That'll be quite inconvenient. Do we have plans to push that into
userspace?
Samuel
Hello,
Svante Signell, on Thu 03 Nov 2016 09:47:26 +0100, wrote:
> Sorry to bring bad news. The filesystem corruption is back, but not as bad as
> before :( And when disks are checked the date is again set to: Tue Apr 13
> 23:07:40 2032. Going back to the version without the tg-libpthread-gsync-
>