From 45819022cee43c0cef9146ccd10aaf20f99b489b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Aug 1995 19:42:41 +0000 Subject: bug fixes to make macro implementations work --- c/src/exec/rtems/include/rtems/rtems/regionmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/rtems/include/rtems/rtems/regionmp.h') diff --git a/c/src/exec/rtems/include/rtems/rtems/regionmp.h b/c/src/exec/rtems/include/rtems/rtems/regionmp.h index 2810656078..69b0a9e882 100644 --- a/c/src/exec/rtems/include/rtems/rtems/regionmp.h +++ b/c/src/exec/rtems/include/rtems/rtems/regionmp.h @@ -11,7 +11,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * regionmp.h,v 1.2 1995/05/31 16:47:09 joel Exp */ #ifndef __RTEMS_REGION_MP_h @@ -39,7 +39,7 @@ typedef enum { REGION_MP_GET_SEGMENT_REQUEST = 3, REGION_MP_GET_SEGMENT_RESPONSE = 4, REGION_MP_RETURN_SEGMENT_REQUEST = 5, - REGION_MP_RETURN_SEGMENT_RESPONSE = 6, + REGION_MP_RETURN_SEGMENT_RESPONSE = 6 } Region_MP_Remote_operations; /* -- cgit v1.2.3