[Pkg-uml-commit] r28 - trunk/src/user-mode-linux/debian/patches

Mattia Dongili malattia at costa.debian.org
Sat Apr 1 21:47:38 UTC 2006


Author: malattia
Date: 2006-04-01 21:47:38 +0000 (Sat, 01 Apr 2006)
New Revision: 28

Removed:
   trunk/src/user-mode-linux/debian/patches/tkill.diff
Log:
no need for this patch anymore

Deleted: trunk/src/user-mode-linux/debian/patches/tkill.diff
===================================================================
--- trunk/src/user-mode-linux/debian/patches/tkill.diff	2006-04-01 21:33:19 UTC (rev 27)
+++ trunk/src/user-mode-linux/debian/patches/tkill.diff	2006-04-01 21:47:38 UTC (rev 28)
@@ -1,20 +0,0 @@
---- kernel-source-2.4.25/arch/um/os-Linux/process.c.orig	2004-06-04 14:15:08.000000000 -0700
-+++ kernel-source-2.4.25/arch/um/os-Linux/process.c	2004-06-04 14:20:08.000000000 -0700
-@@ -7,6 +7,7 @@
- #include <stdio.h>
- #include <errno.h>
- #include <signal.h>
-+#include <linux/unistd.h>
- #include <sys/mman.h>
- #include <sys/wait.h>
- #include "os.h"
-@@ -92,7 +93,8 @@
- 
- void os_usr1_process(int pid)
- {
--	kill(pid, SIGUSR1);
-+	syscall(__NR_tkill, pid, SIGUSR1);
-+/*	tkill(pid, SIGUSR1);*/
- }
- 
- int os_getpid(void)




More information about the Pkg-uml-commit mailing list