summaryrefslogtreecommitdiff
path: root/news/trn/patches
diff options
context:
space:
mode:
authorchristos <christos>2006-11-01 17:12:21 +0000
committerchristos <christos>2006-11-01 17:12:21 +0000
commitcbd7ac34177cc6599432ab2963a8baf91e7da2d6 (patch)
tree957cd0556a5ab9187ad85c3afeaf3b745cbf1230 /news/trn/patches
parent8db358f42203c3d8f31f2527a706dc33af1a22e8 (diff)
downloadpkgsrc-cbd7ac34177cc6599432ab2963a8baf91e7da2d6.tar.gz
fix the order of includes in order for this to compile; from Anon Ymous
Diffstat (limited to 'news/trn/patches')
-rw-r--r--news/trn/patches/patch-aa14
-rw-r--r--news/trn/patches/patch-ab15
2 files changed, 29 insertions, 0 deletions
diff --git a/news/trn/patches/patch-aa b/news/trn/patches/patch-aa
new file mode 100644
index 00000000000..003813e46da
--- /dev/null
+++ b/news/trn/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.4 2006/11/01 17:12:21 christos Exp $
+
+--- datasrc.c.orig 2001-01-16 16:12:50.000000000 -0500
++++ datasrc.c 2006-10-31 20:10:50.000000000 -0500
+@@ -12,8 +12,8 @@
+ #include "nntpclient.h"
+ #include "term.h"
+ #include "env.h"
+-#include "opt.h"
+ #include "util.h"
++#include "opt.h"
+ #include "util2.h"
+ #include "intrp.h"
+ #include "init.h"
diff --git a/news/trn/patches/patch-ab b/news/trn/patches/patch-ab
new file mode 100644
index 00000000000..0c92f3a03ab
--- /dev/null
+++ b/news/trn/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.3 2006/11/01 17:12:21 christos Exp $
+
+--- rt-page.c.orig 2000-05-25 01:04:40.000000000 -0400
++++ rt-page.c 2006-10-31 20:11:24.000000000 -0500
+@@ -14,9 +14,9 @@
+ #include "datasrc.h"
+ #include "nntp.h"
+ #include "trn.h"
++#include "util.h"
+ #include "opt.h"
+ #include "env.h"
+-#include "util.h"
+ #include "util2.h"
+ #include "only.h"
+ #include "addng.h"