namazu-ml(avocado)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: emx patch for 1.2.0.1
- From: Kaz SHiMZ <kshimz@xxxxxxxxx>
 
- Date: Mon, 13 Jul 1998 23:26:43 +0900
 
- X-ml-name: namazu
 
- X-mail-count: 00949
 
清水@住友林業です。
Mon, 13 Jul 1998 20:25:09 +0900 に、
OKUNISHI Fujikazu <fuji0924@xxxxxxxxxxxxxxxxxxxxx> さんは書きました ;
> です。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"
(以下省略)
ぢつは <sys/stat.h> の中で
  #if !defined (_SYS_TYPES_H)
  #warning <sys/stat.h> requires <sys/types.h>
  #include <sys/types.h>
  #endif
とやってくれているので、あえて手を抜かせていただいております。
# うーむ、手抜きが暴露されつつある :ー)
大多数の方にはバイナリパッケージを使っていただくことになるんだろう
なぁ... ということで、手許で不具合がない限りは手を抜く主義 :-)
end
--
  住友林業株式会社  情報システム部   清水 和佳
 
  TEL: +81-3-5322-6672  FAX: +81-3-5322-6658  Niftyserve: XLW01034
  e-mail: <kshimz@xxxxxxxxx>