[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1151 - in trunk/glibc-2.3-head/patches: . fixes upstream



Author: aurel32
Date: 2006-02-08 15:29:24 +0000 (Wed, 08 Feb 2006)
New Revision: 1151

Added:
   trunk/glibc-2.3-head/patches/upstream/
   trunk/glibc-2.3-head/patches/upstream/errlist.patch
   trunk/glibc-2.3-head/patches/upstream/no_nfs_h.patch
Removed:
   trunk/glibc-2.3-head/patches/fixes/errlist.patch
   trunk/glibc-2.3-head/patches/fixes/no_nfs_h.patch
Log:
Move patches merged upstream to a separate dir



Deleted: trunk/glibc-2.3-head/patches/fixes/errlist.patch
===================================================================
--- trunk/glibc-2.3-head/patches/fixes/errlist.patch	2006-02-08 14:09:23 UTC (rev 1150)
+++ trunk/glibc-2.3-head/patches/fixes/errlist.patch	2006-02-08 15:29:24 UTC (rev 1151)
@@ -1,14 +0,0 @@
-
-Status:  in upstream CVS.
-
---- sysdeps/gnu/errlist-compat.awk.orig	2005-11-18 07:48:29.000000000 +0100
-+++ sysdeps/gnu/errlist-compat.awk	2005-11-18 07:48:41.000000000 +0100
-@@ -35,7 +35,7 @@
-   # Don't process any further Versions files
-   ARGC = ARGIND + 1;
-   cnt = $2 + 0;
--  if (cnt < 100) {
-+  if (cnt < 80) {
-     print "*** this line seems bogus:", $0 > "/dev/stderr";
-     exit 1;
-   }

Deleted: trunk/glibc-2.3-head/patches/fixes/no_nfs_h.patch
===================================================================
--- trunk/glibc-2.3-head/patches/fixes/no_nfs_h.patch	2006-02-08 14:09:23 UTC (rev 1150)
+++ trunk/glibc-2.3-head/patches/fixes/no_nfs_h.patch	2006-02-08 15:29:24 UTC (rev 1151)
@@ -1,17 +0,0 @@
-
-Author: rmh
-Status: Fixed in CVS HEAD as of 20060117 (by adding sysdeps/generic/nfs/nfs.h)
-
---- sunrpc/rpcsvc/bootparam_prot.x~	1999-04-18 19:16:14.000000000 +0200
-+++ sunrpc/rpcsvc/bootparam_prot.x	2004-11-27 22:27:20.000000000 +0100
-@@ -44,8 +44,10 @@
- %#include <rpc/types.h>
- %#include <sys/time.h>
- %#include <sys/errno.h>
-+#ifdef __linux__
- %#include <nfs/nfs.h>
- #endif
-+#endif
- 
- const MAX_MACHINE_NAME  = 255;
- const MAX_PATH_LEN	= 1024;

Copied: trunk/glibc-2.3-head/patches/upstream/errlist.patch (from rev 1150, trunk/glibc-2.3-head/patches/fixes/errlist.patch)

Copied: trunk/glibc-2.3-head/patches/upstream/no_nfs_h.patch (from rev 1150, trunk/glibc-2.3-head/patches/fixes/no_nfs_h.patch)



Reply to: