Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cats/cats remove unnecessary include. no aout code ...
details: https://anonhg.NetBSD.org/src/rev/c721b96a9883
branches: trunk
changeset: 355799:c721b96a9883
user: maya <maya%NetBSD.org@localhost>
date: Tue Aug 15 08:52:41 2017 +0000
description:
remove unnecessary include. no aout code here!
diffstat:
sys/arch/cats/cats/cats_machdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 547be52ce638 -r c721b96a9883 sys/arch/cats/cats/cats_machdep.c
--- a/sys/arch/cats/cats/cats_machdep.c Tue Aug 15 08:51:38 2017 +0000
+++ b/sys/arch/cats/cats/cats_machdep.c Tue Aug 15 08:52:41 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cats_machdep.c,v 1.85 2017/08/15 08:47:39 maya Exp $ */
+/* $NetBSD: cats_machdep.c,v 1.86 2017/08/15 08:52:41 maya Exp $ */
/*
* Copyright (c) 1997,1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.85 2017/08/15 08:47:39 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.86 2017/08/15 08:52:41 maya Exp $");
#include "opt_ddb.h"
#include "opt_modular.h"
@@ -53,7 +53,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/exec.h>
-#include <sys/exec_aout.h>
#include <sys/proc.h>
#include <sys/msgbuf.h>
#include <sys/reboot.h>
Home |
Main Index |
Thread Index |
Old Index