This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in sparc-sol2-nat.c


Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* sparc-sol2-nat.c: Add missing ')'.

Index: sparc-sol2-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-sol2-nat.c,v
retrieving revision 1.2
diff -u -p -r1.2 sparc-sol2-nat.c
--- sparc-sol2-nat.c 3 Jan 2004 10:08:44 -0000 1.2
+++ sparc-sol2-nat.c 3 Jan 2004 15:55:42 -0000
@@ -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"
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]