Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern whitespace.



details:   https://anonhg.NetBSD.org/src/rev/06eb91a2ba08
branches:  trunk
changeset: 328565:06eb91a2ba08
user:      rjs <rjs%NetBSD.org@localhost>
date:      Mon Apr 07 17:02:15 2014 +0000

description:
whitespace.

diffstat:

 sys/kern/exec_elf32.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 708ee4df53ad -r 06eb91a2ba08 sys/kern/exec_elf32.c
--- a/sys/kern/exec_elf32.c     Mon Apr 07 15:35:23 2014 +0000
+++ b/sys/kern/exec_elf32.c     Mon Apr 07 17:02:15 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf32.c,v 1.139 2014/03/07 01:34:29 christos Exp $        */
+/*     $NetBSD: exec_elf32.c,v 1.140 2014/04/07 17:02:15 rjs Exp $     */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_elf32.c,v 1.139 2014/03/07 01:34:29 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_elf32.c,v 1.140 2014/04/07 17:02:15 rjs Exp $");
 
 #define        ELFSIZE 32
 
@@ -64,7 +64,7 @@
                .es_copyargs = elf32_copyargs,
                .es_setregs = NULL,
                .es_coredump = coredump_elf32,
-               .es_setup_stack =exec_setup_stack,
+               .es_setup_stack = exec_setup_stack,
        },
 #if EXEC_ELF_NOTELESS
        {



Home | Main Index | Thread Index | Old Index