summaryrefslogtreecommitdiff
path: root/patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-28 10:50:15 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-28 10:50:15 (GMT)
commitca9b06fbe64f25f0b983cb1ddd85962cfbf38a17 (patch)
treeb8c29195cd9f7d1b316690bf21c8a4b0fc5fac2b /patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch
parent6d53a561b2a482c1ae1de24310e0bffe490861df (diff)
libc/uClibc: vampirise patches for 0.9.30.2 from builroot
Commit in upstream buildroot: http://git.buildroot.org/buildroot/commit/?id=43ffd946ad569f3a1d0662de221cd4cb65bdc8e6 Everything on the 0_9_30 branch since the release (0.9.30.3 to be)
Diffstat (limited to 'patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch')
-rw-r--r--patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch63
1 files changed, 63 insertions, 0 deletions
diff --git a/patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch b/patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch
new file mode 100644
index 0000000..423617a
--- /dev/null
+++ b/patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch
@@ -0,0 +1,63 @@
+From b4d6a6e94d87ff2b4ae687a21048833f19b9dd48 Mon Sep 17 00:00:00 2001
+From: Carmelo Amoroso <carmelo.amoroso@st.com>
+Date: Mon, 8 Feb 2010 16:24:06 +0100
+Subject: [PATCH 11/15] libc: Fix typo in include/rpc
+
+s/GNU_SOUCE/GNU_SOURCE/ in include/rcp/
+
+Signed-off-by: Jason Woodward <jason.woodward@timesys.com>
+Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
+---
+ include/rpc/auth.h | 4 ++--
+ include/rpc/rpc.h | 4 ++--
+ include/rpc/types.h | 4 ++--
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/include/rpc/auth.h b/include/rpc/auth.h
+index 17eb59f..12297e6 100644
+--- a/include/rpc/auth.h
++++ b/include/rpc/auth.h
+@@ -47,8 +47,8 @@
+ #ifndef __FORCE_GLIBC
+ #define __FORCE_GLIBC
+ #endif
+-#ifndef _GNU_SOUCE
+-#define _GNU_SOUCE
++#ifndef _GNU_SOURCE
++#define _GNU_SOURCE
+ #endif
+ #define _(X) X
+ #endif
+diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
+index 8194ffe..219910e 100644
+--- a/include/rpc/rpc.h
++++ b/include/rpc/rpc.h
+@@ -44,8 +44,8 @@
+ #ifndef __FORCE_GLIBC
+ #define __FORCE_GLIBC
+ #endif
+-#ifndef _GNU_SOUCE
+-#define _GNU_SOUCE
++#ifndef _GNU_SOURCE
++#define _GNU_SOURCE
+ #endif
+ #define _(X) X
+ #include <features.h>
+diff --git a/include/rpc/types.h b/include/rpc/types.h
+index 469576e..05f49c3 100644
+--- a/include/rpc/types.h
++++ b/include/rpc/types.h
+@@ -39,8 +39,8 @@
+ #ifndef __FORCE_GLIBC
+ #define __FORCE_GLIBC
+ #endif
+-#ifndef _GNU_SOUCE
+-#define _GNU_SOUCE
++#ifndef _GNU_SOURCE
++#define _GNU_SOURCE
+ #endif
+ #define _(X) X
+ #endif
+--
+1.6.6.1
+