summaryrefslogtreecommitdiff
path: root/news/pan2/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /news/pan2/files/patch-ad
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'news/pan2/files/patch-ad')
-rw-r--r--news/pan2/files/patch-ad21
1 files changed, 0 insertions, 21 deletions
diff --git a/news/pan2/files/patch-ad b/news/pan2/files/patch-ad
deleted file mode 100644
index 70b75ddee8b2..000000000000
--- a/news/pan2/files/patch-ad
+++ /dev/null
@@ -1,21 +0,0 @@
---- pan/gui.h.orig Tue Feb 15 13:47:56 2000
-+++ pan/gui.h Tue Feb 22 22:29:46 2000
-@@ -21,6 +21,7 @@
- #ifndef __GUI_H__
- #define __GUI_H__
-
-+#include <sys/types.h>
- #include <gtk/gtkwidget.h>
- #include <libgnomeui/gnome-app.h>
- #include <libgnomeui/gnome-app-helper.h>
-@@ -28,6 +29,10 @@
- #include "article.h"
- #include "group.h"
- #include "status-item.h"
-+
-+#if defined(__FreeBSD__)
-+typedef u_long ulong;
-+#endif
-
- extern GtkWidget *groups_vbox;
- extern GtkWidget *articlelist_ctree;