Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/toolchain/gdb/config/m68k Don't include <sys/param....



details:   https://anonhg.NetBSD.org/src/rev/aab1bec629e3
branches:  trunk
changeset: 526792:aab1bec629e3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri May 10 21:24:51 2002 +0000

description:
Don't include <sys/param.h> or <machine/vmparam.h>.

toolchain/16710, Christian Limpach <chris%Pin.LU@localhost>.

diffstat:

 gnu/dist/toolchain/gdb/config/m68k/tm-nbsd.h |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 7de73dc31fcf -r aab1bec629e3 gnu/dist/toolchain/gdb/config/m68k/tm-nbsd.h
--- a/gnu/dist/toolchain/gdb/config/m68k/tm-nbsd.h      Fri May 10 21:20:39 2002 +0000
+++ b/gnu/dist/toolchain/gdb/config/m68k/tm-nbsd.h      Fri May 10 21:24:51 2002 +0000
@@ -21,9 +21,6 @@
 #ifndef TM_NBSD_H
 #define TM_NBSD_H
 
-#include <sys/param.h>
-#include <machine/vmparam.h>
-
 /* Define BPT_VECTOR if it is different than the default.
    This is the vector number used by traps to indicate a breakpoint. */
 



Home | Main Index | Thread Index | Old Index