namazu-ml(avocado)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emx patch for 1.2.0.1
- From: OKUNISHI Fujikazu <fuji0924@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 13 Jul 1998 20:25:09 +0900
- X-ml-name: namazu
- X-mail-count: 00944
です。warning が気持悪かったので。
--ふ
--- form.c.orig Thu Jul 9 01:52:06 1998
+++ form.c Sun Jul 12 00:26:44 1998
@@ -29,6 +29,9 @@
#include <string.h>
#include <ctype.h>
#include <unistd.h>
+#ifdef __EMX__
+#include <sys/types.h>
+#endif
#include <sys/stat.h>
#include "namazu.h"
#include "util.h"
--- search.c.orig Thu Jul 9 01:52:06 1998
+++ search.c Sun Jul 12 00:25:08 1998
@@ -30,6 +30,9 @@
#include <ctype.h>
#include <time.h>
#include <unistd.h>
+#ifdef __EMX__
+#include <sys/types.h>
+#endif
#include <sys/stat.h>
#include "namazu.h"
#include "util.h"
--- wakati.c.orig Thu Jul 9 01:52:06 1998
+++ wakati.c Sat Jul 11 21:32:18 1998
@@ -28,8 +28,13 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#ifndef __EMX__
#include <sys/stat.h>
#include <sys/types.h>
+#else /*__EMX__*/
+#include <sys/types.h>
+#include <sys/stat.h>
+#endif /*__EMX__*/
#include <sys/wait.h>
#include <fcntl.h>
#include "namazu.h"