dnsmasq: fix logic for creating missing files
[openwrt/svn-archive/archive.git] / toolchain / uClibc / patches-0.9.31 / 000-upstream-enum_fix.patch
1 From ac86be72f8b01ac3792737f4b67283541cf2c15b Mon Sep 17 00:00:00 2001
2 From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
3 Date: Tue, 27 Jul 2010 15:05:59 +0000
4 Subject: remove trailing comma in enum
5
6 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
7 ---
8 diff --git a/libc/sysdeps/linux/common/bits/confname.h b/libc/sysdeps/linux/common/bits/confname.h
9 index ec4b72a..97ddd47 100644
10 --- a/libc/sysdeps/linux/common/bits/confname.h
11 +++ b/libc/sysdeps/linux/common/bits/confname.h
12 @@ -527,7 +527,7 @@ enum
13
14 _SC_THREAD_ROBUST_PRIO_INHERIT,
15 #define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT
16 - _SC_THREAD_ROBUST_PRIO_PROTECT,
17 + _SC_THREAD_ROBUST_PRIO_PROTECT
18 #define _SC_THREAD_ROBUST_PRIO_PROTECT _SC_THREAD_ROBUST_PRIO_PROTECT
19 };
20