[Glibc-bsd-commits] r3733 - in trunk/kfreebsd-10/debian: . patches

Petr Salinger ps-guest at alioth.debian.org
Wed Oct 12 11:00:43 UTC 2011


Author: ps-guest
Date: 2011-10-12 11:00:43 +0000 (Wed, 12 Oct 2011)
New Revision: 3733

Removed:
   trunk/kfreebsd-10/debian/patches/103_stat_pipe.diff
Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/patches/series
Log:
Drop 103_stat_pipe.diff, fixed upstream.



Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2011-10-12 09:59:47 UTC (rev 3732)
+++ trunk/kfreebsd-10/debian/changelog	2011-10-12 11:00:43 UTC (rev 3733)
@@ -2,14 +2,13 @@
 
   * Remove /boot symlink kludge.  See:
     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633561#88
+  * Drop 103_stat_pipe.diff, fixed upstream.
 
  -- Robert Millan <rmh at debian.org>  Wed, 12 Oct 2011 11:58:18 +0200
 
 kfreebsd-10 (10.0~svn226224-1) experimental; urgency=low
 
   * New upstream snapshot.
-
-  [ Robert Millan ]
   * Fix panic on early boot.  (Closes: #644417)
     - Switch back to GCC 4.4
     - 008_gcc46.diff: Add -fno-gcse to COPTFLAGS to fix GCC >= 4.4 builds.

Deleted: trunk/kfreebsd-10/debian/patches/103_stat_pipe.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/103_stat_pipe.diff	2011-10-12 09:59:47 UTC (rev 3732)
+++ trunk/kfreebsd-10/debian/patches/103_stat_pipe.diff	2011-10-12 11:00:43 UTC (rev 3733)
@@ -1,20 +0,0 @@
---- a/sys/kern/sys_pipe.c
-+++ b/sys/kern/sys_pipe.c
-@@ -1399,6 +1399,8 @@
- 	struct thread *td;
- {
- 	struct pipe *pipe = fp->f_data;
-+	unsigned long hash;
-+	
- #ifdef MAC
- 	int error;
- 
-@@ -1426,6 +1428,8 @@
- 	/*
- 	 * Left as 0: st_nlink, st_rdev, st_flags, st_gen.
- 	 */
-+	hash = (unsigned long) (pipe->pipe_pair);
-+	ub->st_ino = (((hash >> 31) ^ hash) & 0x7FFFFFFF); 
- 	return (0);
- }
- 

Modified: trunk/kfreebsd-10/debian/patches/series
===================================================================
--- trunk/kfreebsd-10/debian/patches/series	2011-10-12 09:59:47 UTC (rev 3732)
+++ trunk/kfreebsd-10/debian/patches/series	2011-10-12 11:00:43 UTC (rev 3733)
@@ -8,7 +8,6 @@
 008_gcc46.diff
 #009_disable_duped_modules.diff
 020_linker.diff 
-103_stat_pipe.diff
 #107_mount_update.diff
 108_teken_utf8_table.diff
 109_linprocfs_non_x86.diff




More information about the Glibc-bsd-commits mailing list