Index: head/misc/rump/files/patch-buildrump.sh =================================================================== --- head/misc/rump/files/patch-buildrump.sh (revision 446589) +++ head/misc/rump/files/patch-buildrump.sh (revision 446590) @@ -1,10 +1,10 @@ ---- buildrump.sh.orig 2013-12-14 17:51:57.000000000 +0800 -+++ buildrump.sh 2014-02-08 23:21:05.880728426 +0800 +--- buildrump.sh.orig 2013-12-14 09:51:57 UTC ++++ buildrump.sh @@ -893,6 +893,7 @@ evaltarget () ;; "freebsd") RUMPKERN_UNDEF='-U__FreeBSD__' + ${KERNONLY} || EXTRA_RUMPCLIENT='-lpthread' ;; "linux") RUMPKERN_UNDEF='-Ulinux -U__linux -U__linux__ -U__gnu_linux__' Index: head/misc/rump/files/patch-src_sys_uvm_uvm__aobj.c =================================================================== --- head/misc/rump/files/patch-src_sys_uvm_uvm__aobj.c (nonexistent) +++ head/misc/rump/files/patch-src_sys_uvm_uvm__aobj.c (revision 446590) @@ -0,0 +1,11 @@ +--- src/sys/uvm/uvm_aobj.c.orig 2017-07-25 14:56:13 UTC ++++ src/sys/uvm/uvm_aobj.c +@@ -883,7 +883,7 @@ uao_get(struct uvm_object *uobj, voff_t + (flags & PGO_ALLPAGES) != 0) + /* need to do a wait or I/O! */ + done = false; +- continue; ++ continue; + } + + /* Property changes on: head/misc/rump/files/patch-src_sys_uvm_uvm__aobj.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property