patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch
changeset 1819 66fcfb3d6745
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/uClibc/0.9.30.2/250-libc-Fix-typo-in-include-rpc.patch	Sun Feb 28 11:50:15 2010 +0100
     1.3 @@ -0,0 +1,63 @@
     1.4 +From b4d6a6e94d87ff2b4ae687a21048833f19b9dd48 Mon Sep 17 00:00:00 2001
     1.5 +From: Carmelo Amoroso <carmelo.amoroso@st.com>
     1.6 +Date: Mon, 8 Feb 2010 16:24:06 +0100
     1.7 +Subject: [PATCH 11/15] libc: Fix typo in include/rpc
     1.8 +
     1.9 +s/GNU_SOUCE/GNU_SOURCE/ in include/rcp/
    1.10 +
    1.11 +Signed-off-by: Jason Woodward <jason.woodward@timesys.com>
    1.12 +Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
    1.13 +---
    1.14 + include/rpc/auth.h  |    4 ++--
    1.15 + include/rpc/rpc.h   |    4 ++--
    1.16 + include/rpc/types.h |    4 ++--
    1.17 + 3 files changed, 6 insertions(+), 6 deletions(-)
    1.18 +
    1.19 +diff --git a/include/rpc/auth.h b/include/rpc/auth.h
    1.20 +index 17eb59f..12297e6 100644
    1.21 +--- a/include/rpc/auth.h
    1.22 ++++ b/include/rpc/auth.h
    1.23 +@@ -47,8 +47,8 @@
    1.24 + #ifndef __FORCE_GLIBC
    1.25 + #define __FORCE_GLIBC
    1.26 + #endif
    1.27 +-#ifndef _GNU_SOUCE
    1.28 +-#define _GNU_SOUCE
    1.29 ++#ifndef _GNU_SOURCE
    1.30 ++#define _GNU_SOURCE
    1.31 + #endif
    1.32 + #define _(X)	X
    1.33 + #endif
    1.34 +diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
    1.35 +index 8194ffe..219910e 100644
    1.36 +--- a/include/rpc/rpc.h
    1.37 ++++ b/include/rpc/rpc.h
    1.38 +@@ -44,8 +44,8 @@
    1.39 + #ifndef __FORCE_GLIBC
    1.40 + #define __FORCE_GLIBC
    1.41 + #endif
    1.42 +-#ifndef _GNU_SOUCE
    1.43 +-#define _GNU_SOUCE
    1.44 ++#ifndef _GNU_SOURCE
    1.45 ++#define _GNU_SOURCE
    1.46 + #endif
    1.47 + #define _(X)	X
    1.48 + #include <features.h>
    1.49 +diff --git a/include/rpc/types.h b/include/rpc/types.h
    1.50 +index 469576e..05f49c3 100644
    1.51 +--- a/include/rpc/types.h
    1.52 ++++ b/include/rpc/types.h
    1.53 +@@ -39,8 +39,8 @@
    1.54 + #ifndef __FORCE_GLIBC
    1.55 + #define __FORCE_GLIBC
    1.56 + #endif
    1.57 +-#ifndef _GNU_SOUCE
    1.58 +-#define _GNU_SOUCE
    1.59 ++#ifndef _GNU_SOURCE
    1.60 ++#define _GNU_SOURCE
    1.61 + #endif
    1.62 + #define _(X)	X
    1.63 + #endif
    1.64 +-- 
    1.65 +1.6.6.1
    1.66 +