svn commit: r365704 - head/emulators/qemu-devel/files
Juergen Lock
nox at FreeBSD.org
Fri Aug 22 23:28:40 UTC 2014
Author: nox
Date: Fri Aug 22 23:28:39 2014
New Revision: 365704
URL: http://svnweb.freebsd.org/changeset/ports/365704
QAT: https://qat.redports.org/buildarchive/r365704/
Log:
Fix indentation.
Modified:
head/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem
Modified: head/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem
==============================================================================
--- head/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem Fri Aug 22 23:11:59 2014 (r365703)
+++ head/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem Fri Aug 22 23:28:39 2014 (r365704)
@@ -28,7 +28,7 @@ Signed-off-by: Juergen Lock <nox at jelal.k
+ } else {
+ abi_ulong maxmem = -0x100c000;
+ if (((unsigned long)maxmem) < lvalue)
-+ lvalue = maxmem;
++ lvalue = maxmem;
+ (*(abi_ulong *)holdp) = lvalue;
+ }
+ }
More information about the svn-ports-all
mailing list