Re: SVN r303890 breaks build

2016-08-09 Thread Jean-Sébastien Pédron
On 09/08/2016 23:24, Michael Butler wrote:
> The switch to device_t breaks the user-space compilation with ..

Ye, I saw that. I'm waiting for buildworld to finish before committing.
I'm sorry, I was sure only the kernel used this structure.

Thank you for the report! And sorry for the breakage.

-- 
Jean-Sébastien Pédron



signature.asc
Description: OpenPGP digital signature


SVN r303890 breaks build

2016-08-09 Thread Michael Butler
The switch to device_t breaks the user-space compilation with ..

Building /usr/obj/usr/src/lib/libkvm/kvm.o
--- kvm.o ---
In file included from /usr/src/lib/libkvm/kvm.c:50:
/usr/obj/usr/src/tmp/usr/include/sys/pcpu.h:163:2: error: unknown type
name 'device_t'
device_tpc_device;
^
1 error generated.
*** [kvm.o] Error code 1

imb

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"