Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/common Remove editor glitch



details:   https://anonhg.NetBSD.org/src/rev/352fdcb77f95
branches:  pgoyette-compat
changeset: 830625:352fdcb77f95
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Sep 06 21:37:43 2018 +0000

description:
Remove editor glitch

diffstat:

 sys/compat/common/kern_mod_80.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c6654765d038 -r 352fdcb77f95 sys/compat/common/kern_mod_80.c
--- a/sys/compat/common/kern_mod_80.c   Thu Sep 06 21:22:05 2018 +0000
+++ b/sys/compat/common/kern_mod_80.c   Thu Sep 06 21:37:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_mod_80.c,v 1.1.2.2 2018/09/06 21:22:05 pgoyette Exp $     */
+/*     $NetBSD: kern_mod_80.c,v 1.1.2.3 2018/09/06 21:37:43 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_mod_80.c,v 1.1.2.2 2018/09/06 21:22:05 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_mod_80.c,v 1.1.2.3 2018/09/06 21:37:43 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_modular.h"
@@ -161,7 +161,6 @@
                if (mod->mod_kobj != NULL && stataddr) {
                        kobj_stat(mod->mod_kobj, &addr, &size);
                        oms->oms_addr = addr;
-A
                        oms->oms_size = size;
                }
                oms->oms_class = mi->mi_class;



Home | Main Index | Thread Index | Old Index