From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA --- glibc/glibc-cvs/mips-no-throw.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 glibc/glibc-cvs/mips-no-throw.patch (limited to 'glibc/glibc-cvs/mips-no-throw.patch') diff --git a/glibc/glibc-cvs/mips-no-throw.patch b/glibc/glibc-cvs/mips-no-throw.patch deleted file mode 100644 index 99a316eeac..0000000000 --- a/glibc/glibc-cvs/mips-no-throw.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- sysdeps/unix/sysv/linux/mips/bits/socket.h.orig 2004-09-15 14:27:06.342572280 +0200 -+++ sysdeps/unix/sysv/linux/mips/bits/socket.h 2004-09-15 14:27:28.162255184 +0200 -@@ -261,7 +261,7 @@ - # define _EXTERN_INLINE extern __inline - # endif - _EXTERN_INLINE struct cmsghdr * --__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) __THROW -+__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) - { - if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr)) - /* The kernel header does this so there may be a reason. */ ---- sysdeps/unix/sysv/linux/mips/sys/tas.h.orig 2004-09-15 14:27:41.809180536 +0200 -+++ sysdeps/unix/sysv/linux/mips/sys/tas.h 2004-09-15 14:27:53.245441960 +0200 -@@ -35,7 +35,7 @@ - # endif - - _EXTERN_INLINE int --_test_and_set (int *p, int v) __THROW -+_test_and_set (int *p, int v) - { - int r, t; - -- cgit v1.2.3