Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/include remove f_pad, conflicts with new <sys/...
details: https://anonhg.NetBSD.org/src/rev/da047a253130
branches: trunk
changeset: 354869:da047a253130
user: christos <christos%NetBSD.org@localhost>
date: Sun Jul 02 14:10:23 2017 +0000
description:
remove f_pad, conflicts with new <sys/file.h> define.
diffstat:
sys/arch/m68k/include/cpuframe.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e70dfe0541c0 -r da047a253130 sys/arch/m68k/include/cpuframe.h
--- a/sys/arch/m68k/include/cpuframe.h Sun Jul 02 13:36:46 2017 +0000
+++ b/sys/arch/m68k/include/cpuframe.h Sun Jul 02 14:10:23 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuframe.h,v 1.5 2011/02/08 20:20:16 rmind Exp $ */
+/* $NetBSD: cpuframe.h,v 1.6 2017/07/02 14:10:23 christos Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -128,7 +128,6 @@
};
#define f_regs F_t.tf_regs
-#define f_pad F_t.tf_pad
#define f_stackadj F_t.tf_stackadj
#define f_sr F_t.tf_sr
#define f_pc F_t.tf_pc
Home |
Main Index |
Thread Index |
Old Index