summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-06 12:11:59 +0000
committerMichael Zucci <zucchi@src.gnome.org>2004-04-06 12:11:59 +0000
commit11c255fd29be692d8cf6dbfa5cc098f5e088a3e8 (patch)
tree8b07e8166babb98717a02207b410709a8fb9d7b1
parent013ea595c04628d5cb5017ce7f2df22c41631a07 (diff)
downloadevolution-data-server-11c255fd29be692d8cf6dbfa5cc098f5e088a3e8.tar.gz
#if 0 out the sys/debugreg stuff.
2004-04-06 Not Zed <NotZed@Ximian.com> * camel-debug.c: #if 0 out the sys/debugreg stuff.
-rw-r--r--camel/ChangeLog2
-rw-r--r--camel/camel-debug.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ace9510f8..f31e0714d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,7 @@
2004-04-06 Not Zed <NotZed@Ximian.com>
+ * camel-debug.c: #if 0 out the sys/debugreg stuff.
+
** See bug #56110.
* providers/imap/camel-imap-folder.c (get_content): more debug!
diff --git a/camel/camel-debug.c b/camel/camel-debug.c
index 77a5d1cf8..da97e0ba8 100644
--- a/camel/camel-debug.c
+++ b/camel/camel-debug.c
@@ -153,9 +153,9 @@ camel_debug_end(void)
pthread_mutex_unlock(&debug_lock);
}
+#if 0
#include <sys/debugreg.h>
-#if 0
static unsigned
i386_length_and_rw_bits (int len, enum target_hw_bp_type type)
{