diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2001-06-08 06:20:36 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2001-06-08 06:20:36 +0000 |
commit | 8eb353d24dc3da6578feadf08448e16f217ae16c (patch) | |
tree | c1724e2f4e832386ae556df188abed55f41c9a2f /news/pan/files | |
parent | 3246a363a80562eabfb0e107d1849d8e635a632f (diff) | |
download | ports-8eb353d24dc3da6578feadf08448e16f217ae16c.tar.gz ports-8eb353d24dc3da6578feadf08448e16f217ae16c.zip |
Notes
Diffstat (limited to 'news/pan/files')
-rw-r--r-- | news/pan/files/patch-ad | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/news/pan/files/patch-ad b/news/pan/files/patch-ad deleted file mode 100644 index 70b75ddee8b2..000000000000 --- a/news/pan/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; |