summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-26 14:28:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-26 14:28:47 +0000
commit33747783a74d19622310745ccb1c83baa542f028 (patch)
treea138fe1b86839d0b6f7adfb7e1b1c54d4f28701e /contrib
parentNew. (diff)
downloadrtems-33747783a74d19622310745ccb1c83baa542f028.tar.bz2
Add missing ;
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100426.diff2
-rw-r--r--contrib/crossrpms/patches/newlib-1.18.0-rtems4.11-20100423.diff2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100426.diff b/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100426.diff
index 5735654193..080fdedef2 100644
--- a/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100426.diff
+++ b/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100426.diff
@@ -637,7 +637,7 @@ diff -Naur newlib-1.18.0.orig/newlib/libc/include/sys/types.h newlib-1.18.0-rtem
-#ifndef __CYGWIN__
+#if defined(__rtems__)
-+typedef _mode_t mode_t
++typedef _mode_t mode_t;
+#endif
+
+#if !defined(__CYGWIN__) && !defined(__rtems__)
diff --git a/contrib/crossrpms/patches/newlib-1.18.0-rtems4.11-20100423.diff b/contrib/crossrpms/patches/newlib-1.18.0-rtems4.11-20100423.diff
index 485610cfa9..2dd2a88b61 100644
--- a/contrib/crossrpms/patches/newlib-1.18.0-rtems4.11-20100423.diff
+++ b/contrib/crossrpms/patches/newlib-1.18.0-rtems4.11-20100423.diff
@@ -621,7 +621,7 @@ diff -Naur newlib-1.18.0.orig/newlib/libc/include/sys/types.h newlib-1.18.0-rtem
-#ifndef __CYGWIN__
+#if defined(__rtems__)
-+typedef _mode_t mode_t
++typedef _mode_t mode_t;
+#endif
+
+#if !defined(__CYGWIN__) && !defined(__rtems__)