Module Name: src
Committed By: matt
Date: Fri Aug 21 17:20:46 UTC 2009
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: proc.h
Log Message:
No need for md_fancy anymore since p_trace_enabled already has what we want.
To generate a diff of this commit:
cvs rdiff -u -r1.21.36.1 -r1.21.36.2 src/sys/arch/mips/include/proc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/proc.h
diff -u src/sys/arch/mips/include/proc.h:1.21.36.1 src/sys/arch/mips/include/proc.h:1.21.36.2
--- src/sys/arch/mips/include/proc.h:1.21.36.1 Thu Aug 20 07:52:38 2009
+++ src/sys/arch/mips/include/proc.h Fri Aug 21 17:20:46 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.21.36.1 2009/08/20 07:52:38 matt Exp $ */
+/* $NetBSD: proc.h,v 1.21.36.2 2009/08/21 17:20:46 matt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -59,7 +59,6 @@
/* syscall entry for this process */
void (*md_syscall)(struct lwp *, u_int, u_int, vaddr_t);
int md_abi; /* which ABI is this process using? */
- int md_fancy;
};
/* md_flags */