diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /news/pan2/files/patch-ad | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'news/pan2/files/patch-ad')
-rw-r--r-- | news/pan2/files/patch-ad | 21 |
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; |