From 1a5fe0dde5c847cd0ddfed403c71b6364d0d20fe Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Sat, 7 May 2005 11:19:14 +0000 Subject: Removed pt-setschedparam_api_fix.patch --- debian/changelog | 2 -- debian/patches/pt-setschedparam_api_fix.patch | 48 --------------------------- 2 files changed, 50 deletions(-) delete mode 100644 debian/patches/pt-setschedparam_api_fix.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 14e967f5..9afafd3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,6 @@ hurd (20050507-0+SVN) unreleased; urgency=low * debian/changelog (20050119-3): Added overlooked Closes: tag. * debian/control (hurd-dbg/Priority:) Set to extra as requested by the ftp-masters. - * debian/patches/pt-setschedparam_api_fix.patch: New patch, taken - from upstream CVS. -- Michael Banck Sat, 16 Apr 2005 01:24:47 +0200 diff --git a/debian/patches/pt-setschedparam_api_fix.patch b/debian/patches/pt-setschedparam_api_fix.patch deleted file mode 100644 index 50f8495f..00000000 --- a/debian/patches/pt-setschedparam_api_fix.patch +++ /dev/null @@ -1,48 +0,0 @@ -2005-04-20 Neal H. Walfield - - * sysdeps/generic/pt-setschedparam.c: policy's type is int, not - int *. - * include/pthread/pthread.h: Likewise. - Reported by Christopher `Physicman' Bodenstein . - -Index: libpthread/sysdeps/generic/pt-setschedparam.c -=================================================================== -RCS file: /cvsroot/hurd/hurd/libpthread/sysdeps/generic/pt-setschedparam.c,v -retrieving revision 1.1 -retrieving revision 1.2 -diff -u -r1.1 -r1.2 ---- libpthread/sysdeps/generic/pt-setschedparam.c 10 Oct 2002 23:05:06 -0000 1.1 -+++ libpthread/sysdeps/generic/pt-setschedparam.c 20 Apr 2005 15:26:52 -0000 1.2 -@@ -1,5 +1,5 @@ - /* Set the scheduling parameters for a thread. Generic version. -- Copyright (C) 2002 Free Software Foundation, Inc. -+ Copyright (C) 2002, 2005 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or -@@ -21,7 +21,7 @@ - #include - - int --pthread_setschedparam (pthread_t thread, int *policy, -+pthread_setschedparam (pthread_t thread, int policy, - const struct sched_param *param) - { - return ENOSYS; -Index: libpthread/include/pthread/pthread.h -=================================================================== -RCS file: /cvsroot/hurd/hurd/libpthread/include/pthread/pthread.h,v -retrieving revision 1.3 -retrieving revision 1.4 -diff -u -r1.3 -r1.4 ---- libpthread/include/pthread/pthread.h 18 Jan 2005 09:57:35 -0000 1.3 -+++ libpthread/include/pthread/pthread.h 20 Apr 2005 15:26:52 -0000 1.4 -@@ -680,7 +680,7 @@ - struct sched_param *param); - - /* Set thread THREAD's scheduling paramters. */ --extern int pthread_setschedparam (pthread_t thread, int *policy, -+extern int pthread_setschedparam (pthread_t thread, int policy, - const struct sched_param *param); - - /* Set thread THREAD's scheduling priority. */ -- cgit v1.2.3