svn commit: r438273 - head/emulators/virtualbox-ose/files

Jung-uk Kim jkim at FreeBSD.org
Tue Apr 11 15:35:27 UTC 2017


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)


More information about the svn-ports-head mailing list