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/headers/eventmp.h | 4 ++-- c/src/exec/rtems/headers/partmp.h | 4 ++-- c/src/exec/rtems/headers/regionmp.h | 4 ++-- c/src/exec/rtems/headers/sem.h | 2 +- c/src/exec/rtems/headers/semmp.h | 4 ++-- c/src/exec/rtems/headers/signalmp.h | 4 ++-- c/src/exec/rtems/headers/taskmp.h | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'c/src/exec/rtems/headers') diff --git a/c/src/exec/rtems/headers/eventmp.h b/c/src/exec/rtems/headers/eventmp.h index 9df2ef1e22..17e11b066d 100644 --- a/c/src/exec/rtems/headers/eventmp.h +++ b/c/src/exec/rtems/headers/eventmp.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$ + * eventmp.h,v 1.2 1995/05/31 16:46:25 joel Exp */ #ifndef __RTEMS_EVENT_MP_h @@ -34,7 +34,7 @@ extern "C" { typedef enum { EVENT_MP_SEND_REQUEST = 0, - EVENT_MP_SEND_RESPONSE = 1, + EVENT_MP_SEND_RESPONSE = 1 } Event_MP_Remote_operations; /* diff --git a/c/src/exec/rtems/headers/partmp.h b/c/src/exec/rtems/headers/partmp.h index deacaf7bd1..7f1ffd7d18 100644 --- a/c/src/exec/rtems/headers/partmp.h +++ b/c/src/exec/rtems/headers/partmp.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$ + * partmp.h,v 1.2 1995/05/31 16:47:02 joel Exp */ #ifndef __RTEMS_PARTITION_MP_h @@ -39,7 +39,7 @@ typedef enum { PARTITION_MP_GET_BUFFER_REQUEST = 3, PARTITION_MP_GET_BUFFER_RESPONSE = 4, PARTITION_MP_RETURN_BUFFER_REQUEST = 5, - PARTITION_MP_RETURN_BUFFER_RESPONSE = 6, + PARTITION_MP_RETURN_BUFFER_RESPONSE = 6 } Partition_MP_Remote_operations; /* diff --git a/c/src/exec/rtems/headers/regionmp.h b/c/src/exec/rtems/headers/regionmp.h index 2810656078..69b0a9e882 100644 --- a/c/src/exec/rtems/headers/regionmp.h +++ b/c/src/exec/rtems/headers/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; /* diff --git a/c/src/exec/rtems/headers/sem.h b/c/src/exec/rtems/headers/sem.h index 66f5ab82b8..bc9b6a77eb 100644 --- a/c/src/exec/rtems/headers/sem.h +++ b/c/src/exec/rtems/headers/sem.h @@ -21,7 +21,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$ + * sem.h,v 1.2 1995/05/31 16:47:13 joel Exp */ #ifndef __RTEMS_SEMAPHORE_h diff --git a/c/src/exec/rtems/headers/semmp.h b/c/src/exec/rtems/headers/semmp.h index 2d0554c8cc..7fc1d61caf 100644 --- a/c/src/exec/rtems/headers/semmp.h +++ b/c/src/exec/rtems/headers/semmp.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$ + * semmp.h,v 1.2 1995/05/31 16:47:15 joel Exp */ #ifndef __RTEMS_SEMAPHORE_MP_h @@ -40,7 +40,7 @@ typedef enum { SEMAPHORE_MP_OBTAIN_REQUEST = 3, SEMAPHORE_MP_OBTAIN_RESPONSE = 4, SEMAPHORE_MP_RELEASE_REQUEST = 5, - SEMAPHORE_MP_RELEASE_RESPONSE = 6, + SEMAPHORE_MP_RELEASE_RESPONSE = 6 } Semaphore_MP_Remote_operations; /* diff --git a/c/src/exec/rtems/headers/signalmp.h b/c/src/exec/rtems/headers/signalmp.h index 36a2d81594..2f01cbe0c0 100644 --- a/c/src/exec/rtems/headers/signalmp.h +++ b/c/src/exec/rtems/headers/signalmp.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$ + * signalmp.h,v 1.2 1995/05/31 16:47:18 joel Exp */ #ifndef __RTEMS_SIGNAL_MP_h @@ -34,7 +34,7 @@ extern "C" { typedef enum { SIGNAL_MP_SEND_REQUEST = 0, - SIGNAL_MP_SEND_RESPONSE = 1, + SIGNAL_MP_SEND_RESPONSE = 1 } Signal_MP_Remote_operations; /* diff --git a/c/src/exec/rtems/headers/taskmp.h b/c/src/exec/rtems/headers/taskmp.h index 57ab50c630..c1a1c42280 100644 --- a/c/src/exec/rtems/headers/taskmp.h +++ b/c/src/exec/rtems/headers/taskmp.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$ + * taskmp.h,v 1.2 1995/05/31 16:47:30 joel Exp */ #ifndef __RTEMS_RTEMS_TASKS_MP_h @@ -45,7 +45,7 @@ typedef enum { RTEMS_TASKS_MP_GET_NOTE_REQUEST = 8, RTEMS_TASKS_MP_GET_NOTE_RESPONSE = 9, RTEMS_TASKS_MP_SET_NOTE_REQUEST = 10, - RTEMS_TASKS_MP_SET_NOTE_RESPONSE = 11, + RTEMS_TASKS_MP_SET_NOTE_RESPONSE = 11 } RTEMS_tasks_MP_Remote_operations; /* -- cgit v1.2.3