[csw-devel] SF.net SVN: gar:[6867] csw/mgar/pkg/nagios_plugins/trunk

j_arndt at users.sourceforge.net j_arndt at users.sourceforge.net
Wed Oct 14 22:29:09 CEST 2009


Revision: 6867
          http://gar.svn.sourceforge.net/gar/?rev=6867&view=rev
Author:   j_arndt
Date:     2009-10-14 20:29:08 +0000 (Wed, 14 Oct 2009)

Log Message:
-----------
nagios_plugins: patch for pst3 tool for compiling on sparc _and_ i386

Modified Paths:
--------------
    csw/mgar/pkg/nagios_plugins/trunk/checksums
    csw/mgar/pkg/nagios_plugins/trunk/files/pst3.c.diff

Modified: csw/mgar/pkg/nagios_plugins/trunk/checksums
===================================================================
--- csw/mgar/pkg/nagios_plugins/trunk/checksums	2009-10-14 18:43:50 UTC (rev 6866)
+++ csw/mgar/pkg/nagios_plugins/trunk/checksums	2009-10-14 20:29:08 UTC (rev 6867)
@@ -1,5 +1,5 @@
 65bdf1c84228ccd98397837636004761  download/CSWnagiosp.prototype
 4e1d82a9b3b21ade03ad39652352857e  download/check_procs.c.diff
 a1835a48a777863ed2583de3c82446a9  download/nagios-plugins-1.4.14.tar.gz
-03263abe39cb30741932b878323127e1  download/pst3.c.diff
+91aaa11cae02b6855a2fdb055c27f767  download/pst3.c.diff
 54ff8a8e4484fd06f1edf9df4adefabf  download/subst.in.diff

Modified: csw/mgar/pkg/nagios_plugins/trunk/files/pst3.c.diff
===================================================================
--- csw/mgar/pkg/nagios_plugins/trunk/files/pst3.c.diff	2009-10-14 18:43:50 UTC (rev 6866)
+++ csw/mgar/pkg/nagios_plugins/trunk/files/pst3.c.diff	2009-10-14 20:29:08 UTC (rev 6867)
@@ -1,12 +1,18 @@
 diff --speed-large-files --minimal -Nru nagios-plugins-1.4.14.orig/plugins-root/pst3.c nagios-plugins-1.4.14/plugins-root/pst3.c
 --- nagios-plugins-1.4.14.orig/plugins-root/pst3.c	2009-09-14 12:21:24.000000000 +0200
-+++ nagios-plugins-1.4.14/plugins-root/pst3.c	2009-10-14 19:50:47.193501484 +0200
-@@ -43,8 +43,6 @@
++++ nagios-plugins-1.4.14/plugins-root/pst3.c	2009-10-14 22:02:53.643787730 +0200
+@@ -43,11 +43,11 @@
  
  #include <stdio.h>
  #include <stdlib.h>
 -#include <string.h>
 -#include <unistd.h>
++#include "/usr/include/string.h"
++#include "/usr/include/unistd.h"
  #include <dirent.h>
  #include <errno.h>
- #include <fcntl.h>
+-#include <fcntl.h>
++#include "/usr/include/fcntl.h"
+ #include <procfs.h>
+ #include <errno.h>
+ #include <sys/types32.h>


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