Source-Changes-HG archive

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

[src/trunk]: src/sys/kern oops removed too much



details:   https://anonhg.NetBSD.org/src/rev/dc34a1cf0544
branches:  trunk
changeset: 347762:dc34a1cf0544
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 15 18:40:34 2016 +0000

description:
oops removed too much

diffstat:

 sys/kern/exec_elf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3ca0b203a118 -r dc34a1cf0544 sys/kern/exec_elf.c
--- a/sys/kern/exec_elf.c       Thu Sep 15 18:25:45 2016 +0000
+++ b/sys/kern/exec_elf.c       Thu Sep 15 18:40:34 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.c,v 1.86 2016/09/15 17:45:44 christos Exp $   */
+/*     $NetBSD: exec_elf.c,v 1.87 2016/09/15 18:40:34 christos Exp $   */
 
 /*-
  * Copyright (c) 1994, 2000, 2005, 2015 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exec_elf.c,v 1.86 2016/09/15 17:45:44 christos Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exec_elf.c,v 1.87 2016/09/15 18:40:34 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pax.h"
@@ -114,6 +114,7 @@
 #define DPRINTF(a, ...)        printf("%s: " a "\n", __func__, ##__VA_ARGS__)
 #else
 #define DPRINTF(a, ...)
+#endif
 
 /* round up and down to page boundaries. */
 #define        ELF_ROUND(a, b)         (((a) + (b) - 1) & ~((b) - 1))



Home | Main Index | Thread Index | Old Index