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/e74949dc046e
branches:  trunk
changeset: 826100:e74949dc046e
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 073a2f4346d8 -r e74949dc046e 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