From owner-FreeBSD-users-jp@jp.FreeBSD.org Mon Jan 20 23:57:47 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id h0KEvl829155;
	Mon, 20 Jan 2003 23:57:47 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from gaia.earthlight-tech.jp (PPPa269.e2.eacc.dti.ne.jp [210.170.241.17])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id h0KEvlJ29150
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Mon, 20 Jan 2003 23:57:47 +0900 (JST)
	(envelope-from kimoto@ohnolab.org)
Received: from localhost (localhost [127.0.0.1])
	by gaia.earthlight-tech.jp (Postfix) with ESMTP id 6B36B486
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Mon, 20 Jan 2003 23:55:51 +0900 (JST)
Message-Id: <20030120.235550.60025355.kimoto@ohnolab.org>
To: FreeBSD-users-jp@jp.FreeBSD.org
From: Masahiko KIMOTO <kimoto@ohnolab.org>
In-Reply-To: <86n0lvvrcc.wl@chrysanthe.oikumene.gcd.org>
References: <86n0m7qjh5.wl@mit.home>
	<86lm1ggrjh.wl@mit.home>
	<86n0lvvrcc.wl@chrysanthe.oikumene.gcd.org>
X-fingerprint: DA 63 E3 AD 3F 30 98 05  EB CF 3C 06 2D FF 07 7F
X-PGP-Public-Key: http://www.ohnolab.org/~kimoto/kimoto.pubkey.asc
X-URL: http://www.ohnolab.org/~kimoto/
X-Mailer: Mew version 2.3 on Emacs 21.2 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Mon, 20 Jan 2003 23:55:50 +0900
X-Sequence: FreeBSD-users-jp 73024
Subject: [FreeBSD-users-jp 73024] Re: PPxP =?ISO-2022-JP?B?GyRCJE4bKEI=?=
 ports =?ISO-2022-JP?B?GyRCJEcbKEI=?= make
 =?ISO-2022-JP?B?GyRCPVBNaCReJDskcxsoQg==?= 
Errors-To: owner-FreeBSD-users-jp@jp.FreeBSD.org
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: kimoto@ohnolab.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030107

 > $B$^$:!"(Bbento $B$G$b!";d$,J9$$$??tL>$N$H$3$m$G$b!"(BPPxP $B$N(B build $B$O@.8y$7$F$$$^$9!#(B
 > $B=>$C$F(B Dobashi $B$5$s$N4D6-$NLdBj$G$"$k2DG=@-$,9b$$$G$9!#(B

4.7-RELEASE$B$H0l=o$KG[I[$5$l$F$$$k(Bpackages$B$NCf$K$O(Bppxp$B$,4^$^$l$F$$$^$;$s!#(B
$B$3$l$OIaDL$N(Bports$B$G(Bcompile$B$9$k$H(BDobashi$B$5$s;XE&$N$h$&$K(Berror$B$K$J$k$+$i(B
$B$@$H;W$o$l$^$9!#$@$+$i:F8=@-$O$"$k$N$@$H;W$&$N$@$1$I!#(B

$B$G!"<+J,$O$I$&$7$?$s$@$C$1$+$J$H;W$C$FKY$jJV$7$?$i!"$3$&$$$&=$@5$r(B
$B2C$($F$^$7$?!#(B
$B$9$s$2$((Bad-hoc$B$@$1$I!#(B

*** ppxp.orig/lib/support.h	Mon Dec  4 21:24:59 2000
--- ppxp/lib/support.h	Sat Oct 19 17:20:22 2002
***************
*** 16,30 ****
  #endif
  
  #ifndef	HAVE_U_INT32_T
! typedef	unsigned int	u_int32_t;
  typedef	unsigned short	u_int16_t;
! typedef	unsigned char	u_int8_t;
  #define	HAVE_U_INT32_T
  #endif
  #ifndef	HAVE_INT32_T
! typedef	signed int	int32_t;
  typedef	signed short	int16_t;
! typedef	signed char	int8_t;
  #define	HAVE_INT32_T
  #endif
  
--- 16,30 ----
  #endif
  
  #ifndef	HAVE_U_INT32_T
! /* typedef	unsigned int	u_int32_t;
  typedef	unsigned short	u_int16_t;
! typedef	unsigned char	u_int8_t;*/
  #define	HAVE_U_INT32_T
  #endif
  #ifndef	HAVE_INT32_T
! /* typedef	signed int	int32_t;
  typedef	signed short	int16_t;
! typedef	signed char	int8_t;*/
  #define	HAVE_INT32_T
  #endif
  
***************
*** 61,67 ****
  };
  
  typedef struct b256_s {
!     u_int32_t b[8];
  } b256_t;
  
  static inline void
--- 61,68 ----
  };
  
  typedef struct b256_s {
! /*    u_int32_t b[8];*/
!   unsigned int b[8];
  } b256_t;
  
  static inline void

----------------------------------------------------------------------
  $BEl5~9)6HBg3XBg3X1!(B $B>pJsM}9)3X8&5f2J(B $B?tM}!&7W;;2J3X@l96(B $B8&5f@8(B
    $BLZK\(B $B2mI'(B <kimoto@ohnolab.org> :  http://www.ohnolab.org/~kimoto
----------------------------------------------------------------------
