summaryrefslogtreecommitdiff
path: root/debian/patches/libpthread_setcancel.patch
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-11-14 05:35:01 +0000
committerGuillem Jover <guillem@debian.org>2009-11-14 05:35:01 +0000
commit867354fd65cf4a37683c4adaf8bfcefffd41aeb0 (patch)
tree2d0aa13167c1bc9f92ed45a78b4da0634d8fc935 /debian/patches/libpthread_setcancel.patch
parentee34d4fc3a4122bee28379dbcf9dd8e1b05f7a3b (diff)
Refresh patches with -pab to allow migration to source format 3.0 (quilt)
Diffstat (limited to 'debian/patches/libpthread_setcancel.patch')
-rw-r--r--debian/patches/libpthread_setcancel.patch23
1 files changed, 9 insertions, 14 deletions
diff --git a/debian/patches/libpthread_setcancel.patch b/debian/patches/libpthread_setcancel.patch
index a0351e82..601a698f 100644
--- a/debian/patches/libpthread_setcancel.patch
+++ b/debian/patches/libpthread_setcancel.patch
@@ -1,10 +1,10 @@
-Index: libpthread/pthread/pt-setcancelstate.c
-===================================================================
-RCS file: /cvsroot/hurd/hurd/libpthread/pthread/pt-setcancelstate.c,v
-retrieving revision 1.1
-diff -u -p -r1.1 pt-setcancelstate.c
---- libpthread/pthread/pt-setcancelstate.c 10 Oct 2002 23:05:06 -0000 1.1
-+++ libpthread/pthread/pt-setcancelstate.c 28 Apr 2009 17:51:08 -0000
+---
+ libpthread/pthread/pt-setcancelstate.c | 3 ++-
+ libpthread/pthread/pt-setcanceltype.c | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+--- a/libpthread/pthread/pt-setcancelstate.c
++++ b/libpthread/pthread/pt-setcancelstate.c
@@ -35,7 +35,8 @@ pthread_setcancelstate (int state, int *
break;
}
@@ -15,13 +15,8 @@ diff -u -p -r1.1 pt-setcancelstate.c
p->cancel_state = state;
return 0;
-Index: libpthread/pthread/pt-setcanceltype.c
-===================================================================
-RCS file: /cvsroot/hurd/hurd/libpthread/pthread/pt-setcanceltype.c,v
-retrieving revision 1.1
-diff -u -p -r1.1 pt-setcanceltype.c
---- libpthread/pthread/pt-setcanceltype.c 10 Oct 2002 23:05:06 -0000 1.1
-+++ libpthread/pthread/pt-setcanceltype.c 28 Apr 2009 17:51:08 -0000
+--- a/libpthread/pthread/pt-setcanceltype.c
++++ b/libpthread/pthread/pt-setcanceltype.c
@@ -35,7 +35,8 @@ pthread_setcanceltype (int type, int *ol
break;
}