From fb316966f9f30f511e30fa72933c1020da14f5fc Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 3 Jan 2004 15:56:15 +0000 Subject: * sparc-sol2-nat.c: Add missing ')'. --- gdb/sparc-sol2-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/sparc-sol2-nat.c') diff --git a/gdb/sparc-sol2-nat.c b/gdb/sparc-sol2-nat.c index 19435e7..ccc26dd 100644 --- a/gdb/sparc-sol2-nat.c +++ b/gdb/sparc-sol2-nat.c @@ -49,7 +49,7 @@ process using /proc on Solaris. */ #if (defined (__arch64__) || - (defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64)) + (defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64))) #include "sparc64-tdep.h" -- cgit v1.1