Module Name: src
Committed By: pgoyette
Date: Thu Sep 6 21:37:43 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: kern_mod_80.c
Log Message:
Remove editor glitch
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/compat/common/kern_mod_80.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/common/kern_mod_80.c
diff -u src/sys/compat/common/kern_mod_80.c:1.1.2.2 src/sys/compat/common/kern_mod_80.c:1.1.2.3
--- src/sys/compat/common/kern_mod_80.c:1.1.2.2 Thu Sep 6 21:22:05 2018
+++ src/sys/compat/common/kern_mod_80.c Thu Sep 6 21:37:43 2018
@@ -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 @@ compat_80_modstat(int cmd, struct iovec
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;