From 50f32b11653429546d7b8ff2693b5232b885e201 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Apr 2004 06:05:35 +0000 Subject: Remove stray white spaces. --- cpukit/libcsupport/src/mknod.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/libcsupport/src/mknod.c') diff --git a/cpukit/libcsupport/src/mknod.c b/cpukit/libcsupport/src/mknod.c index 72b332a40b..c786c6d756 100644 --- a/cpukit/libcsupport/src/mknod.c +++ b/cpukit/libcsupport/src/mknod.c @@ -3,7 +3,7 @@ * * This routine is not defined in the POSIX 1003.1b standard but is * commonly supported on most UNIX and POSIX systems. It is the - * foundation for creating file system objects. + * foundation for creating file system objects. * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). @@ -42,7 +42,7 @@ int mknod( if ( !(mode & (S_IFREG|S_IFCHR|S_IFBLK|S_IFIFO) ) ) rtems_set_errno_and_return_minus_one( EINVAL ); - + if ( S_ISFIFO(mode) ) rtems_set_errno_and_return_minus_one( ENOTSUP ); @@ -52,9 +52,9 @@ int mknod( rtems_set_errno_and_return_minus_one( ENOTSUP ); } - result = (*temp_loc.ops->evalformake_h)( + result = (*temp_loc.ops->evalformake_h)( &pathname[i], - &temp_loc, + &temp_loc, &name_start ); if ( result != 0 ) -- cgit v1.2.3