From 4a07d2b866a2104102215cbd196269dcce18c000 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Fri, 29 Oct 1999 15:19:13 +0000 Subject: Moved the rmnod callback from the operations table to the handler table. --- cpukit/libcsupport/include/rtems/libio.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cpukit/libcsupport/include') diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index c4e54c4132..5d71866164 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -121,6 +121,10 @@ typedef int (*rtems_filesystem_fcntl_t)( rtems_libio_t *iop ); +typedef int (*rtems_filesystem_rmnod_t)( + rtems_filesystem_location_info_t *pathloc /* IN */ +); + typedef struct { rtems_filesystem_open_t open; rtems_filesystem_close_t close; @@ -135,6 +139,7 @@ typedef struct { rtems_filesystem_fsync_t fsync; rtems_filesystem_fdatasync_t fdatasync; rtems_filesystem_fcntl_t fcntl; + rtems_filesystem_rmnod_t rmnod; } rtems_filesystem_file_handlers_r; /* @@ -193,10 +198,6 @@ typedef int (*rtems_filesystem_freenode_t)( rtems_filesystem_location_info_t *pathloc /* IN */ ); -typedef int (*rtems_filesystem_rmnod_t)( - rtems_filesystem_location_info_t *pathloc /* IN */ -); - typedef int (* rtems_filesystem_mount_t ) ( rtems_filesystem_mount_table_entry_t *mt_entry /* in */ ); @@ -254,7 +255,6 @@ typedef struct { rtems_filesystem_unlink_t unlink; rtems_filesystem_node_type_t node_type; rtems_filesystem_mknod_t mknod; - rtems_filesystem_rmnod_t rmnod; rtems_filesystem_chown_t chown; rtems_filesystem_freenode_t freenod; rtems_filesystem_mount_t mount; -- cgit v1.2.3