Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc we don't need malloc.h here



details:   https://anonhg.NetBSD.org/src/rev/0d079a6a248e
branches:  trunk
changeset: 778030:0d079a6a248e
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Mar 13 17:26:05 2012 +0000

description:
we don't need malloc.h here

diffstat:

 sys/arch/macppc/macppc/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0ccea0099ab8 -r 0d079a6a248e sys/arch/macppc/macppc/machdep.c
--- a/sys/arch/macppc/macppc/machdep.c  Tue Mar 13 17:12:30 2012 +0000
+++ b/sys/arch/macppc/macppc/machdep.c  Tue Mar 13 17:26:05 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.162 2011/07/28 15:29:52 macallan Exp $   */
+/*     $NetBSD: machdep.c,v 1.163 2012/03/13 17:26:05 macallan Exp $   */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.162 2011/07/28 15:29:52 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.163 2012/03/13 17:26:05 macallan Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_ddb.h"
@@ -52,7 +52,6 @@
 #include <sys/exec.h>
 #include <sys/kernel.h>
 #include <sys/ksyms.h>
-#include <sys/malloc.h>
 #include <sys/mbuf.h>
 #include <sys/mount.h>
 #include <sys/msgbuf.h>



Home | Main Index | Thread Index | Old Index