svn commit: r228295 - stable/8/sys/mips/mips

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Dec 6 00:05:12 UTC 2011


Author: gonzo
Date: Tue Dec  6 00:05:12 2011
New Revision: 228295
URL: http://svn.freebsd.org/changeset/base/228295

Log:
  Unbreak build: add missing coma

Modified:
  stable/8/sys/mips/mips/elf_machdep.c

Modified: stable/8/sys/mips/mips/elf_machdep.c
==============================================================================
--- stable/8/sys/mips/mips/elf_machdep.c	Mon Dec  5 23:29:27 2011	(r228294)
+++ stable/8/sys/mips/mips/elf_machdep.c	Tue Dec  6 00:05:12 2011	(r228295)
@@ -78,7 +78,7 @@ struct sysentvec elf64_freebsd_sysvec = 
 	.sv_setregs	= exec_setregs,
 	.sv_fixlimit	= NULL,
 	.sv_maxssiz	= NULL,
-	.sv_flags	= SV_ABI_FREEBSD | SV_LP64
+	.sv_flags	= SV_ABI_FREEBSD | SV_LP64,
 	.sv_schedtail	= NULL,
 };
 


More information about the svn-src-stable-8 mailing list