xen/xen-os: don't let anyone else defining __XEN_INTERFACE_VERSION__
FreeBSD should always use the same version across the source. If not it's a call for problem. Submitted by: Elliott Mitchell <ehem+freebsd@m5p.com> Reviewed by: royger Differential Revision: https://reviews.freebsd.org/D29407
This commit is contained in:
parent
b6ff9345a4
commit
d561380eb3
@ -30,9 +30,7 @@
|
||||
#ifndef _XEN_XEN_OS_H_
|
||||
#define _XEN_XEN_OS_H_
|
||||
|
||||
#if !defined(__XEN_INTERFACE_VERSION__)
|
||||
#define __XEN_INTERFACE_VERSION__ 0x00030208
|
||||
#endif
|
||||
|
||||
#define GRANT_REF_INVALID 0xffffffff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user