diff options
Diffstat (limited to 'news/PicMonger/files')
-rw-r--r-- | news/PicMonger/files/patch-aa | 12 | ||||
-rw-r--r-- | news/PicMonger/files/patch-ab | 12 | ||||
-rw-r--r-- | news/PicMonger/files/patch-ac | 12 | ||||
-rw-r--r-- | news/PicMonger/files/patch-ad | 12 | ||||
-rw-r--r-- | news/PicMonger/files/patch-ae | 12 |
5 files changed, 60 insertions, 0 deletions
diff --git a/news/PicMonger/files/patch-aa b/news/PicMonger/files/patch-aa new file mode 100644 index 000000000000..9a7baa1453c9 --- /dev/null +++ b/news/PicMonger/files/patch-aa @@ -0,0 +1,12 @@ +--- InetSocket.h.old Sun Jul 23 01:16:39 2000 ++++ InetSocket.h Sun Jul 23 01:16:49 2000 +@@ -24,6 +24,9 @@ + #ifndef _INETSOCKET_H + #define _INETSOCKET_H + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> diff --git a/news/PicMonger/files/patch-ab b/news/PicMonger/files/patch-ab new file mode 100644 index 000000000000..7cfb55484986 --- /dev/null +++ b/news/PicMonger/files/patch-ab @@ -0,0 +1,12 @@ +--- HtmlGenerator.h.old Sun Jul 23 01:19:44 2000 ++++ HtmlGenerator.h Sun Jul 23 01:19:46 2000 +@@ -28,6 +28,9 @@ + #include <list> + #include <fstream> + #include "Exceptions.h" ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include "PreviewPage.h" + + class HtmlGenerator diff --git a/news/PicMonger/files/patch-ac b/news/PicMonger/files/patch-ac new file mode 100644 index 000000000000..478c2372d8b1 --- /dev/null +++ b/news/PicMonger/files/patch-ac @@ -0,0 +1,12 @@ +--- PreviewPage.cpp.old Sun Jul 23 01:21:56 2000 ++++ PreviewPage.cpp Sun Jul 23 01:21:58 2000 +@@ -18,6 +18,9 @@ + // along with this program; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include "PreviewPage.h" + #include "Thumbnail.h" + #include "HtmlOptionState.h" diff --git a/news/PicMonger/files/patch-ad b/news/PicMonger/files/patch-ad new file mode 100644 index 000000000000..2fece371fe56 --- /dev/null +++ b/news/PicMonger/files/patch-ad @@ -0,0 +1,12 @@ +--- HtmlOptionState.cpp.old Sun Jul 23 01:47:29 2000 ++++ HtmlOptionState.cpp Sun Jul 23 01:47:43 2000 +@@ -17,6 +17,9 @@ + // along with this program; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include "HtmlOptionState.h" + #include <fstream> + diff --git a/news/PicMonger/files/patch-ae b/news/PicMonger/files/patch-ae new file mode 100644 index 000000000000..2296661f5608 --- /dev/null +++ b/news/PicMonger/files/patch-ae @@ -0,0 +1,12 @@ +--- HtmlOptions.cpp.old Sun Jul 23 01:54:30 2000 ++++ HtmlOptions.cpp Sun Jul 23 01:54:42 2000 +@@ -18,6 +18,9 @@ + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + #include "HtmlOptions.h" ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include "HtmlOptionState.h" + #include "Exceptions.h" + |