Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d7c4e98ed907747980ccd569142c9972c9611721)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d7c4e98ed907747980ccd569142c9972c9611721)
  • Date: Fri, 19 Oct 2007 18:49:46 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

utils/watchdog/DETAILS | 2 +-
utils/watchdog/HISTORY | 4 ++++
utils/watchdog/watchdog-gcc3.patch | 6 +++++-
3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 1ef732094042c8cee70331d999a03e61181505db
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

utils/watchdog:

DETAILS: removed UPDATED, PATCHLEVEL++
watchdog-gcc3.patch: updated so it builds with gcc 4.x

diff --git a/utils/watchdog/DETAILS b/utils/watchdog/DETAILS
index 686d535..66bdee9 100755
--- a/utils/watchdog/DETAILS
+++ b/utils/watchdog/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL

WEB_SITE=http://www.gnu.org/directory/System_administration/monitor/watchdog.html
ENTERED=20030731
- UPDATED=20030822
+ PATCHLEVEL=1
KEYWORDS="utils"
SHORT="A software watchdog daemon"
cat << EOF
diff --git a/utils/watchdog/HISTORY b/utils/watchdog/HISTORY
index 38b3272..d5a4ca5 100644
--- a/utils/watchdog/HISTORY
+++ b/utils/watchdog/HISTORY
@@ -1,3 +1,7 @@
+2007-10-20 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: removed UPDATED, PATCHLEVEL++
+ * watchdog-gcc3.patch: updated so it builds with gcc 4.x
+
2006-06-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/utils/watchdog/watchdog-gcc3.patch
b/utils/watchdog/watchdog-gcc3.patch
index aec2700..aff7b52 100644
--- a/utils/watchdog/watchdog-gcc3.patch
+++ b/utils/watchdog/watchdog-gcc3.patch
@@ -13,7 +13,7 @@ diff -Nur watchdog-5.2-orig/include/sundries.h
watchdog-5.2/include/sundries.h
diff -Nur watchdog-5.2-orig/src/quotactl.c watchdog-5.2/src/quotactl.c
--- watchdog-5.2-orig/src/quotactl.c 1999-09-09 11:03:06.000000000 +0200
+++ watchdog-5.2/src/quotactl.c 2003-07-31 01:40:26.000000000 +0200
-@@ -34,6 +34,7 @@
+@@ -34,9 +34,10 @@
return syscall(__NR_quotactl, cmd, special, id, addr);
}
#else
@@ -21,3 +21,7 @@ diff -Nur watchdog-5.2-orig/src/quotactl.c
watchdog-5.2/src/quotactl.c
#include <sys/types.h>
#define __LIBRARY__
#include <linux/unistd.h>
+
+-_syscall4(int, quotactl, int, cmd, const char *, special, int, id, caddr_t,
addr);
++_syscall4(int quotactl, int cmd, const char * special, int id, caddr_t
addr);
+ #endif



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d7c4e98ed907747980ccd569142c9972c9611721), Pol Vinogradov, 10/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page