summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-23 23:19:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-23 23:19:07 +0000
commit5f1ad30d54e0c8dca116d6e54c84afbf179321b4 (patch)
treef700f06e3b5c03d9f228f36e1a21a2ea5af4f385 /cpukit/libcsupport
parent2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5f1ad30d54e0c8dca116d6e54c84afbf179321b4.tar.bz2
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/open.c: Spacing.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/src/open.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/open.c b/cpukit/libcsupport/src/open.c
index d8fe7aba49..a49ebfec0d 100644
--- a/cpukit/libcsupport/src/open.c
+++ b/cpukit/libcsupport/src/open.c
@@ -82,7 +82,6 @@ int open(
if ( ( status & _FWRITE ) == _FWRITE )
eval_flags |= RTEMS_LIBIO_PERMS_WRITE;
-
va_start(ap, flags);
mode = va_arg( ap, int );