[Glibc-bsd-commits] r3762 - in trunk/kfreebsd-9/debian: . patches

Petr Salinger ps-guest at alioth.debian.org
Sat Oct 22 19:27:26 UTC 2011


Author: ps-guest
Date: 2011-10-22 19:27:25 +0000 (Sat, 22 Oct 2011)
New Revision: 3762

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



Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-10-22 18:45:22 UTC (rev 3761)
+++ trunk/kfreebsd-9/debian/changelog	2011-10-22 19:27:25 UTC (rev 3762)
@@ -11,6 +11,7 @@
     enabled this flag on amd64.  See SVN revision 1302.
 
   [ Petr Salinger ]
+  * Drop 103_stat_pipe.diff, fixed upstream.
   * Add 918_unix_socket_overflow.diff, to fix up breakage in our userland
     after 000_unix_socket_overflow.diff. Closes: #645527.
 

Deleted: trunk/kfreebsd-9/debian/patches/103_stat_pipe.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/103_stat_pipe.diff	2011-10-22 18:45:22 UTC (rev 3761)
+++ trunk/kfreebsd-9/debian/patches/103_stat_pipe.diff	2011-10-22 19:27:25 UTC (rev 3762)
@@ -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-9/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2011-10-22 18:45:22 UTC (rev 3761)
+++ trunk/kfreebsd-9/debian/patches/series	2011-10-22 19:27:25 UTC (rev 3762)
@@ -7,7 +7,6 @@
 #007_clone_signals.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