[csw-devel] SF.net SVN: gar:[15469] csw/mgar/pkg/ppl/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Aug 31 15:51:54 CEST 2011


Revision: 15469
          http://gar.svn.sourceforge.net/gar/?rev=15469&view=rev
Author:   wahwah
Date:     2011-08-31 13:51:54 +0000 (Wed, 31 Aug 2011)
Log Message:
-----------
pkg/ppl/trunk: add a patch

Modified Paths:
--------------
    csw/mgar/pkg/ppl/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/ppl/trunk/files/0003-Remove-a-const-arg-declaration.patch

Modified: csw/mgar/pkg/ppl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ppl/trunk/Makefile	2011-08-31 08:34:47 UTC (rev 15468)
+++ csw/mgar/pkg/ppl/trunk/Makefile	2011-08-31 13:51:54 UTC (rev 15469)
@@ -31,6 +31,7 @@
 
 PATCHFILES += 0001-R1-is-defined-in-usr-include-ia32-sys-reg.h-disturbi.patch
 PATCHFILES += 0002-Make-call-to-version-explicit-to-avoid-clash-with-ma.patch
+PATCHFILES += 0003-Remove-a-const-arg-declaration.patch
 
 VENDOR_URL = http://www.cs.unipr.it/ppl/
 

Added: csw/mgar/pkg/ppl/trunk/files/0003-Remove-a-const-arg-declaration.patch
===================================================================
--- csw/mgar/pkg/ppl/trunk/files/0003-Remove-a-const-arg-declaration.patch	                        (rev 0)
+++ csw/mgar/pkg/ppl/trunk/files/0003-Remove-a-const-arg-declaration.patch	2011-08-31 13:51:54 UTC (rev 15469)
@@ -0,0 +1,25 @@
+From e77ea81edab7f19845f0c202abf769227172830d Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Wed, 31 Aug 2011 15:46:41 +0200
+Subject: [PATCH] Remove a const arg declaration
+
+---
+ Watchdog/src/Watchdog.cc |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Watchdog/src/Watchdog.cc b/Watchdog/src/Watchdog.cc
+index 42d57fa..f8b4e40 100644
+--- a/Watchdog/src/Watchdog.cc
++++ b/Watchdog/src/Watchdog.cc
+@@ -98,7 +98,7 @@ my_getitimer(int which, struct itimerval* value) {
+ 
+ void
+ my_setitimer(int which,
+-	     const struct itimerval* value, struct itimerval* ovalue) {
++	     struct itimerval* value, struct itimerval* ovalue) {
+   if (setitimer(which, value, ovalue) != 0)
+     throw_syscall_error("setitimer");
+ }
+-- 
+1.7.5.4
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list