The branch main has been updated by royger: URL: https://cgit.FreeBSD.org/src/commit/?id=d561380eb31efcf2f79bce9be78c3d499e6efba4
commit d561380eb31efcf2f79bce9be78c3d499e6efba4 Author: Julien Grall <[email protected]> AuthorDate: 2015-10-16 18:59:45 +0000 Commit: Roger Pau Monné <[email protected]> CommitDate: 2021-07-28 15:27:02 +0000 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 <[email protected]> Reviewed by: royger Differential Revision: https://reviews.freebsd.org/D29407 --- sys/xen/xen-os.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h index cd8a53aab54f..fdec54936b0d 100644 --- a/sys/xen/xen-os.h +++ b/sys/xen/xen-os.h @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
