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

This commit is contained in:
Mark Kettenis
2004-01-03 15:56:15 +00:00
parent 1af510a802
commit fb316966f9
2 changed files with 5 additions and 1 deletions

View File

@ -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"