]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
FreeBSD open-vm-tools kernel modules compilations cannot locate <stdint.h>
authorOliver Kurth <okurth@vmware.com>
Fri, 23 Mar 2018 22:05:35 +0000 (15:05 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 23 Mar 2018 22:05:35 +0000 (15:05 -0700)
commit09958952cc761075d5546b18bed0ce59260ec4db
treedceff666058e30978958073e151c5bea892232f9
parentcdf0406dc669f2284e1e810ac5820f123d46a50e
FreeBSD open-vm-tools kernel modules compilations cannot locate <stdint.h>

With the change for VMware headers to utilize the standard types
defined in C99 standard headers, the compilation of FreeBSD kernel
modules must specifically add /usr/include to the compilation
options.

CFLAGS += -isystem /usr/include

This change updates the Makefiles's for FreeBSD kernel modules and
drivers.
open-vm-tools/modules/freebsd/vmblock/Makefile
open-vm-tools/modules/freebsd/vmmemctl/Makefile
open-vm-tools/modules/freebsd/vmxnet/Makefile