From 03f407b297e503533e49e7d9b60ed53689f1cafa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 2 Dec 2011 17:25:31 +0000 Subject: =?UTF-8?q?2011-12-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libfs/src/rfs/rtems-rfs-rtems-dev.c: Remove duplicate prototype of rtems_deviceio_errno. Include for rtems_deviceio_errno(). --- cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c index 8e60113f23..04d4d7ee68 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c +++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c @@ -23,13 +23,9 @@ #include "config.h" #endif +#include #include "rtems-rfs-rtems.h" -/* - * Convert RTEMS status to a UNIX errno - */ -extern int rtems_deviceio_errno (rtems_status_code code); - /** * This handler maps an open() operation onto rtems_io_open(). * -- cgit v1.2.3