summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/mkrootfs.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:19:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:19:33 +0000
commit429ba3b6ee67e69af97f1156bc1abc7037e346cd (patch)
treeb84802a0e46593ea2dd692128cbd30e7aa35be1a /cpukit/libnetworking/rtems/mkrootfs.h
parentRemove stray white spaces. (diff)
downloadrtems-429ba3b6ee67e69af97f1156bc1abc7037e346cd.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libnetworking/rtems/mkrootfs.h')
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/libnetworking/rtems/mkrootfs.h b/cpukit/libnetworking/rtems/mkrootfs.h
index f5abac9aa9..42bb944b2a 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.h
+++ b/cpukit/libnetworking/rtems/mkrootfs.h
@@ -2,7 +2,7 @@
------------------------------------------------------------------------
$Id$
------------------------------------------------------------------------
-
+
Copyright Cybertec Pty Ltd, 2000
All rights reserved Cybertec Pty Ltd, 2000
@@ -11,11 +11,11 @@
The license and distribution terms for this file may be
found in the file LICENSE in this distribution or at
-
+
http://www.rtems.com/license/LICENSE.
This software with is provided ``as is'' and with NO WARRANTY.
-
+
------------------------------------------------------------------------
RTEMS Root FS creatation support.
@@ -30,7 +30,7 @@
/*
* Builds the complete path, like "mkdir -p".
*/
-
+
int
rtems_rootfs_mkdir (const char *path, mode_t omode);
@@ -38,7 +38,7 @@ rtems_rootfs_mkdir (const char *path, mode_t omode);
* Appends the lines to the a file. Create the file
* and builds the path if it does not exist.
*/
-
+
int
rtems_rootfs_file_append (const char *file,
mode_t omode,