Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (6235283d427f47297b64ce57578a1125f6ea3930)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (6235283d427f47297b64ce57578a1125f6ea3930)
  • Date: Sun, 17 Dec 2006 19:37:27 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/fam/HISTORY | 4 ++++
utils/fam/fam-2.7.0-dnotify-1.patch | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 6235283d427f47297b64ce57578a1125f6ea3930
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

fix fam (for gcc-4.1.1?); syntax error in the dnotify patch

diff --git a/utils/fam/HISTORY b/utils/fam/HISTORY
index 9cb5c6d..a89e90e 100644
--- a/utils/fam/HISTORY
+++ b/utils/fam/HISTORY
@@ -1,3 +1,7 @@
+2006-12-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * fam...dnotify.patch: removed doubled class identifier in the header
+ gcc doesn't like that in general and gcc-4.1.1 even chokes on it
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/utils/fam/fam-2.7.0-dnotify-1.patch
b/utils/fam/fam-2.7.0-dnotify-1.patch
index 2f265d4..c793d5c 100644
--- a/utils/fam/fam-2.7.0-dnotify-1.patch
+++ b/utils/fam/fam-2.7.0-dnotify-1.patch
@@ -707,8 +707,8 @@ diff -Naur fam-2.7.0.orig/src/DNotify.h
+ static int pipe_write_fd;
+ static int pipe_read_fd;
+ static int change_queue[QUEUESIZE];
-+ static volatile sig_atomic_t DNotify::queue_overflowed;
-+ static volatile sig_atomic_t DNotify::queue_changed;
++ static volatile sig_atomic_t queue_overflowed;
++ static volatile sig_atomic_t queue_changed;
+ static volatile int queue_head; // Only modified by read handler
+ static volatile int queue_tail; // Only modified by signal handler
+ static EventHandler ehandler;



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (6235283d427f47297b64ce57578a1125f6ea3930), Thomas Orgis, 12/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page