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/f67312972f10
branches:  trunk
changeset: 825170:f67312972f10
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 3f18596efccd -r f67312972f10 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