summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests/tm21
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/tmtests/tm21/system.h12
-rw-r--r--c/src/tests/tmtests/tm21/task1.c3
2 files changed, 7 insertions, 8 deletions
diff --git a/c/src/tests/tmtests/tm21/system.h b/c/src/tests/tmtests/tm21/system.h
index 9133506e7f..478208437f 100644
--- a/c/src/tests/tmtests/tm21/system.h
+++ b/c/src/tests/tmtests/tm21/system.h
@@ -10,14 +10,12 @@
* 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$
+ * system.h,v 1.2 1995/05/31 17:18:16 joel Exp
*/
-#include <rtems.h>
+#include <coverhd.h>
+#include <tmacros.h>
-#include "coverhd.h"
-#include "tmacros.h"
-
-#include "timesys.h"
-#include "timegvar.h"
+#include <timesys.h>
+#include <timegvar.h>
diff --git a/c/src/tests/tmtests/tm21/task1.c b/c/src/tests/tmtests/tm21/task1.c
index 0f31e08485..4cdf738d09 100644
--- a/c/src/tests/tmtests/tm21/task1.c
+++ b/c/src/tests/tmtests/tm21/task1.c
@@ -8,7 +8,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$
+ * task1.c,v 1.2 1995/05/31 17:18:19 joel Exp
*/
#include "system.h"
@@ -72,6 +72,7 @@ rtems_task Task_1(
status = rtems_message_queue_create(
index,
OPERATION_COUNT,
+ 16,
RTEMS_DEFAULT_ATTRIBUTES,
&id
);