Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/stand/fixcoff Get rs6000.h from gnu/dist/too...
details: https://anonhg.NetBSD.org/src/rev/8fdd970cd56e
branches: trunk
changeset: 536496:8fdd970cd56e
user: briggs <briggs%NetBSD.org@localhost>
date: Tue Sep 17 03:55:40 2002 +0000
description:
Get rs6000.h from gnu/dist/toolchain/include instead of gnu/dist/include.
diffstat:
sys/arch/macppc/stand/fixcoff/fixcoff.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 853ed51545af -r 8fdd970cd56e sys/arch/macppc/stand/fixcoff/fixcoff.c
--- a/sys/arch/macppc/stand/fixcoff/fixcoff.c Tue Sep 17 03:54:42 2002 +0000
+++ b/sys/arch/macppc/stand/fixcoff/fixcoff.c Tue Sep 17 03:55:40 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fixcoff.c,v 1.3 2001/02/19 22:48:58 cgd Exp $ */
+/* $NetBSD: fixcoff.c,v 1.4 2002/09/17 03:55:40 briggs Exp $ */
/*
* Copyright (c) 1999 National Aeronautics & Space Administration
@@ -46,7 +46,7 @@
#include <unistd.h>
#include <fcntl.h>
-#include "../../../../../gnu/dist/include/coff/rs6000.h"
+#include "../../../../../gnu/dist/toolchain/include/coff/rs6000.h"
void
usage(prog)
Home |
Main Index |
Thread Index |
Old Index