On Thu, Mar 21, 2013 at 10:02:12PM -0300, Marcelo/Porks wrote:
> [...]
> cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
> -nostdinc  -I../include -I. -I@ -I@/contrib/altq -fno-common
> -fno-omit-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno
> -red-zone -mno-mmx -mno-sse -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
> -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall
> -Wredundant-decls -Wne
> sted-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions
> -Wmissing-include-dirs -fdiagnostics-show-option
> -Wno-error-tautological-compare -Wno-error-empty-body
> -Wno-error-parentheses-equality -c fuse_vnops.c
> In file included from fuse_vnops.c:36:
> @/vm/vm_pager.h:127:2: error: implicit declaration of function
> 'rw_assert' is invalid in C99
> [-Werror,-Wimplicit-function-declaration]
>         VM_OBJECT_ASSERT_WLOCKED(object);
>         ^
> @/vm/vm_object.h:214:2: note: expanded from macro 'VM_OBJECT_ASSERT_WLOCKED'
>         rw_assert(&(object)->lock, RA_WLOCKED)
>         ^
> In file included from fuse_vnops.c:36:
> @/vm/vm_pager.h:127:2: error: use of undeclared identifier 'RA_WLOCKED'
>         VM_OBJECT_ASSERT_WLOCKED(object);
>         ^

This looks like the same problem emulators/virtualbox-ose* had until
yesterday...

Maintainer is CC'd.

Glen

Attachment: pgpsXCovco9co.pgp
Description: PGP signature

Reply via email to