summaryrefslogtreecommitdiff
path: root/news/pan2/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-24 09:58:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-24 09:58:35 +0000
commit7c898ff99ac1c6448a7d01c946fe84b2bccaa42c (patch)
treeaba32968f1604efc1f3840921711b9d292e8df61 /news/pan2/files
parentUse bison(1) instead of yacc(1). This fixes strange problems people are having (diff)
Update to 0.10.0.91.
Notes
Notes: svn path=/head/; revision=48145
Diffstat (limited to '')
-rw-r--r--news/pan2/files/patch-pan::queue.c14
-rw-r--r--news/pan2/files/patch-pan::text.c14
2 files changed, 14 insertions, 14 deletions
diff --git a/news/pan2/files/patch-pan::queue.c b/news/pan2/files/patch-pan::queue.c
deleted file mode 100644
index e4c2495c0ec7..000000000000
--- a/news/pan2/files/patch-pan::queue.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- pan/queue.c 2001/09/14 13:20:29 1.1
-+++ pan/queue.c 2001/09/14 13:20:44
-@@ -1202,7 +1202,7 @@
- pthread_mutex_lock (&queue_lock);
- gettimeofday (&now, NULL);
- timeout.tv_sec = now.tv_sec + TIMEOUT_SECS;
-- timeout.tv_nsec = timeout.tv_sec;
-+ timeout.tv_nsec = 0;
- retcode = pthread_cond_timedwait(&qcond, &queue_lock, &timeout);
- pthread_mutex_unlock (&queue_lock);
-
diff --git a/news/pan2/files/patch-pan::text.c b/news/pan2/files/patch-pan::text.c
new file mode 100644
index 000000000000..3db49986b4c3
--- /dev/null
+++ b/news/pan2/files/patch-pan::text.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- pan/text.c 2001/09/24 08:24:33 1.1
++++ pan/text.c 2001/09/24 08:25:03
+@@ -23,8 +23,6 @@
+ #include <ctype.h>
+ #include <string.h>
+
+-#include <alloca.h>
+-
+ #include <libgnomeui/libgnomeui.h>
+
+ #include <gdk-pixbuf/gdk-pixbuf.h>