svn commit: r378022 - head/emulators/qemu-sbruno/files

Juergen Lock nox at FreeBSD.org
Tue Jan 27 21:33:14 UTC 2015


Author: nox
Date: Tue Jan 27 21:33:13 2015
New Revision: 378022
URL: https://svnweb.freebsd.org/changeset/ports/378022
QAT: https://qat.redports.org/buildarchive/r378022/

Log:
  Fix bsd-user build on older head that doesn't have the reaper stuff yet.
  
  PR:		197134
  Submitted by:	amdmi3

Added:
  head/emulators/qemu-sbruno/files/patch-bsd-user-freebsd-os-proc.c   (contents, props changed)

Added: head/emulators/qemu-sbruno/files/patch-bsd-user-freebsd-os-proc.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/qemu-sbruno/files/patch-bsd-user-freebsd-os-proc.c	Tue Jan 27 21:33:13 2015	(r378022)
@@ -0,0 +1,11 @@
+--- a/bsd-user/freebsd/os-proc.c
++++ b/bsd-user/freebsd/os-proc.c
+@@ -364,7 +364,7 @@ execve_end:
+ #error __FreeBSD_version not defined!
+ #endif
+ 
+-#if defined(__FreeBSD_version) && __FreeBSD_version >= 1100000
++#if defined(__FreeBSD_version) && __FreeBSD_version >= 1100000 && defined(PROC_REAP_ACQUIRE)
+ 
+ #include <sys/procctl.h>
+ 


More information about the svn-ports-all mailing list