[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freewrt-commits
Subject:    [FreeWRT-commits] r3896 - trunk/freewrt/toolchain/uClibc/patches
From:       tg () freewrt ! org
Date:       2009-10-24 20:30:48
Message-ID: 20091024203048.DB4481C003 () frozenfish ! freewrt ! org
[Download RAW message or body]

Author: tg
Date: 2009-10-24 22:30:46 +0200 (Sat, 24 Oct 2009)
New Revision: 3896

Added:
   trunk/freewrt/toolchain/uClibc/patches/patch-include_netinet_ip_icmp_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_alpha_bits_stat_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_uClibc_stdio_h
  trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmp_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmpx_h
  trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_sysctl_c
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios2_sys_procfs_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios_sys_procfs_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_bits_fcntl_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_sys_procfs_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_x86_64_bits_kernel_stat_h
 Modified:
   trunk/freewrt/toolchain/uClibc/patches/patch-Makefile
   trunk/freewrt/toolchain/uClibc/patches/patch-ldso_include_dl-string_h
   trunk/freewrt/toolchain/uClibc/patches/patch-ldso_ldso_arm_dl-sysdep_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_in_h
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_mips_pipe_S
   trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_mips_sigaction_c
   trunk/freewrt/toolchain/uClibc/patches/patch-libm_Makefile
   trunk/freewrt/toolchain/uClibc/patches/patch-libm_float_wrappers_c
Log:
unbreak trunk compileā€¦ when will people learn that __unused is
not a valid identifier? (sync svn:keywords property while here)



Property changes on: trunk/freewrt/toolchain/uClibc/patches/patch-Makefile
___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-include_netinet_ip_icmp_h
===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-include_netinet_ip_icmp_h	           \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-include_netinet_ip_icmp_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/include/netinet/ip_icmp.h	2005-08-18 00:49:41.000000000 +0200
++++ uClibc-0.9.28/include/netinet/ip_icmp.h	2009-10-24 22:03:22.000000000 +0200
+@@ -39,7 +39,7 @@ struct icmphdr
+     u_int32_t	gateway;	/* gateway address */
+     struct
+     {
+-      u_int16_t	__unused;
++      u_int16_t	__unused_;
+       u_int16_t	mtu;
+     } frag;			/* path mtu discovery */
+   } un;


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-include_netinet_ip_icmp_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-ldso_include_dl-string_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-ldso_ldso_arm_dl-sysdep_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_alpha_bits_stat_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_alpha_bits_stat_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_alpha_bits_stat_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,21 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/alpha/bits/stat.h	2005-08-18 \
00:49:42.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/alpha/bits/stat.h	2009-10-24 22:03:36.000000000 \
+0200 +@@ -57,7 +57,7 @@ struct stat
+     unsigned int st_flags;
+     unsigned int st_gen;
+     int __pad3;
+-    long __unused[4];
++    long __unused_[4];
+   };
+ 
+ #ifdef __USE_LARGEFILE64
+@@ -80,7 +80,7 @@ struct stat64
+     unsigned int st_flags;
+     unsigned int st_gen;
+     int __pad3;
+-    long __unused[4];
++    long __unused_[4];
+   };
+ #endif
+ 


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_alpha_bits_stat_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_in_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_uClibc_stdio_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_uClibc_stdio_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_uClibc_stdio_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/common/bits/uClibc_stdio.h	2005-08-18 \
00:49:42.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/common/bits/uClibc_stdio.h	2009-10-24 \
22:03:26.000000000 +0200 +@@ -279,7 +279,7 @@ struct __STDIO_FILE_STRUCT {
+ 	__mbstate_t __state;
+ #endif
+ #ifdef __UCLIBC_HAS_XLOCALE__
+-	void *__unused;				/* Placeholder for codeset binding. */
++	void *__unused_;			/* Placeholder for codeset binding. */
+ #endif
+ #ifdef __UCLIBC_HAS_THREADS__
+ 	int __user_locking;


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_uClibc_stdio_h
 ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmp_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmp_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmp_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/common/bits/utmp.h	2005-08-18 \
00:49:42.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/common/bits/utmp.h	2009-10-24 22:03:28.000000000 \
+0200 +@@ -64,7 +64,7 @@ struct utmp
+   long int ut_session;		/* Session ID, used for windowing.  */
+   struct timeval ut_tv;		/* Time entry was made.  */
+   int32_t ut_addr_v6[4];	/* Internet address of remote host.  */
+-  char __unused[20];		/* Reserved for future use.  */
++  char __unused_[20];		/* Reserved for future use.  */
+ };
+ 
+ /* Backwards compatibility hacks.  */


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmp_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmpx_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmpx_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmpx_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/common/bits/utmpx.h	2005-08-18 \
00:49:42.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/common/bits/utmpx.h	2009-10-24 22:03:30.000000000 \
+0200 +@@ -65,7 +65,7 @@ struct utmpx
+   long int ut_session;		/* Session ID, used for windowing.  */
+   struct timeval ut_tv;		/* Time entry was made.  */
+   __int32_t ut_addr_v6[4];	/* Internet address of remote host.  */
+-  char __unused[20];		/* Reserved for future use.  */
++  char __unused_[20];		/* Reserved for future use.  */
+ };
+ 
+ 


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_bits_utmpx_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_sysctl_c
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_sysctl_c	  \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_sysctl_c	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/common/sysctl.c	2005-08-18 \
00:49:42.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/common/sysctl.c	2009-10-24 22:03:52.000000000 +0200 \
+@@ -15,7 +15,7 @@ struct __sysctl_args { + 	size_t *oldlenp;
+ 	void *newval;
+ 	size_t newlen;
+-	unsigned long __unused[4];
++	unsigned long __unused_[4];
+ };
+ 
+ static inline


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_common_sysctl_c \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_mips_pipe_S \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_mips_sigaction_c \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios2_sys_procfs_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios2_sys_procfs_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios2_sys_procfs_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/nios2/sys/procfs.h	2005-08-18 \
00:49:43.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/nios2/sys/procfs.h	2009-10-24 22:03:54.000000000 \
+0200 +@@ -42,7 +42,7 @@ typedef struct
+ 	unsigned long	pr_regs[32];
+ 	double		pr_dregs[16];
+       }			pr_fr;
+-    unsigned long	__unused;
++    unsigned long	__unused_;
+     unsigned long	pr_fsr;
+     unsigned char	pr_qcnt;
+     unsigned char	pr_q_entrysize;


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios2_sys_procfs_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios_sys_procfs_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios_sys_procfs_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios_sys_procfs_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/nios/sys/procfs.h	2005-08-18 \
00:49:44.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/nios/sys/procfs.h	2009-10-24 22:03:57.000000000 \
+0200 +@@ -42,7 +42,7 @@ typedef struct
+ 	unsigned long	pr_regs[32];
+ 	double		pr_dregs[16];
+       }			pr_fr;
+-    unsigned long	__unused;
++    unsigned long	__unused_;
+     unsigned long	pr_fsr;
+     unsigned char	pr_qcnt;
+     unsigned char	pr_q_entrysize;


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_nios_sys_procfs_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_bits_fcntl_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_bits_fcntl_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_bits_fcntl_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,21 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/sparc/bits/fcntl.h	2005-08-18 \
00:49:44.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/sparc/bits/fcntl.h	2009-10-24 22:04:00.000000000 \
+0200 +@@ -162,7 +162,7 @@ struct flock
+     __off64_t l_len;	/* Size of the locked area; zero means until EOF.  */
+ #endif
+     __pid_t l_pid;	/* Process holding the lock.  */
+-    short int __unused;
++    short int __unused_;
+   };
+ 
+ #ifdef __USE_LARGEFILE64
+@@ -173,7 +173,7 @@ struct flock64
+     __off64_t l_start;	/* Offset where the lock begins.  */
+     __off64_t l_len;	/* Size of the locked area; zero means until EOF.  */
+     __pid_t l_pid;	/* Process holding the lock.  */
+-    short int __unused;
++    short int __unused_;
+   };
+ #endif
+ 


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_bits_fcntl_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_sys_procfs_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_sys_procfs_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_sys_procfs_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/sparc/sys/procfs.h	2005-08-18 \
00:49:44.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/sparc/sys/procfs.h	2009-10-24 22:04:03.000000000 \
+0200 +@@ -56,7 +56,7 @@ typedef struct
+ 	unsigned long	pr_regs[32];
+ 	double		pr_dregs[16];
+       }			pr_fr;
+-    unsigned long	__unused;
++    unsigned long	__unused_;
+     unsigned long	pr_fsr;
+     unsigned char	pr_qcnt;
+     unsigned char	pr_q_entrysize;


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_sparc_sys_procfs_h \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

Added: trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_x86_64_bits_kernel_stat_h
 ===================================================================
--- trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_x86_64_bits_kernel_stat_h	 \
                (rev 0)
+++ trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_x86_64_bits_kernel_stat_h	2009-10-24 \
20:30:46 UTC (rev 3896) @@ -0,0 +1,12 @@
+$FreeWRT$
+--- uClibc-0.9.28.orig/libc/sysdeps/linux/x86_64/bits/kernel_stat.h	2005-08-18 \
00:49:43.000000000 +0200 ++++ \
uClibc-0.9.28/libc/sysdeps/linux/x86_64/bits/kernel_stat.h	2009-10-24 \
22:03:56.000000000 +0200 +@@ -26,7 +26,7 @@ struct kernel_stat {
+ 	unsigned long  st_mtime_nsec;
+ 	unsigned long  st_ctime;
+ 	unsigned long  st_ctime_nsec;
+-	long           __unused[3];
++	long           __unused_[3];
+ };
+ 
+ /* For 32bit emulation */


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libc_sysdeps_linux_x86_64_bits_kernel_stat_h
 ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id


Property changes on: trunk/freewrt/toolchain/uClibc/patches/patch-libm_Makefile
___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id


Property changes on: \
trunk/freewrt/toolchain/uClibc/patches/patch-libm_float_wrappers_c \
                ___________________________________________________________________
Name: svn:keywords
   + FreeWRT=Id

_______________________________________________
freewrt-commits mailing list
freewrt-commits@freewrt.org
https://www.freewrt.org/lists/listinfo/freewrt-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic