From b06e68ef1f6df69cc86d72356c3a002054a35fad Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Aug 1995 19:51:51 +0000 Subject: Numerous miscellaneous features incorporated from Tony Bennett (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables --- c/src/lib/libbsp/unix/posix/console/console.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/unix/posix/console/console.c') diff --git a/c/src/lib/libbsp/unix/posix/console/console.c b/c/src/lib/libbsp/unix/posix/console/console.c index 7b6ee1b33d..07cb033958 100644 --- a/c/src/lib/libbsp/unix/posix/console/console.c +++ b/c/src/lib/libbsp/unix/posix/console/console.c @@ -28,10 +28,9 @@ rtems_device_driver console_initialize(rtems_device_major_number major, rtems_device_minor_number minor, - void * arg, - rtems_id self, - rtems_unsigned32 * status) + void * arg +) { - *status = RTEMS_SUCCESSFUL; + return RTEMS_SUCCESSFUL; } -- cgit v1.2.3