Date: Tue, 11 Apr 2017 15:35:26 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438273 - head/emulators/virtualbox-ose/files Message-ID: <201704111535.v3BFZQ7w006387@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Apr 11 15:35:26 2017 New Revision: 438273 URL: https://svnweb.freebsd.org/changeset/ports/438273 Log: Fix a typo introduced in the previous commit. Modified: head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_mp-r0drv-freebsd.c Modified: head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_mp-r0drv-freebsd.c ============================================================================== --- head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_mp-r0drv-freebsd.c Tue Apr 11 15:21:23 2017 (r438272) +++ head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_mp-r0drv-freebsd.c Tue Apr 11 15:35:26 2017 (r438273) @@ -5,7 +5,7 @@ #include "r0drv/mp-r0drv.h" +#if __FreeBSD_version < 1200028 -+#define smp_no_rendezvous_barrier smp_no_redevous_barrier ++#define smp_no_rendezvous_barrier smp_no_rendevous_barrier +#endif RTDECL(RTCPUID) RTMpCpuId(void)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704111535.v3BFZQ7w006387>