From 40aac293b70ad225985d465f8f5370b512ea62f6 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Mon, 15 Nov 1999 21:37:56 +0000 Subject: Returned third parameter for a NULL name to the objects open call. --- cpukit/itron/include/rtems/itron/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/itron') diff --git a/cpukit/itron/include/rtems/itron/object.h b/cpukit/itron/include/rtems/itron/object.h index 84713dc469..5d5c3e77ab 100644 --- a/cpukit/itron/include/rtems/itron/object.h +++ b/cpukit/itron/include/rtems/itron/object.h @@ -34,7 +34,7 @@ typedef Objects_Control ITRON_Objects_Control; */ #define _ITRON_Objects_Open( _the_information, _the_object ) \ - _Objects_Open( (_the_information), (_the_object) ) + _Objects_Open( (_the_information), (_the_object), NULL ) /* * _ITRON_Objects_Close -- cgit v1.2.3