From owner-FreeBSD-tech-jp@jp.freebsd.org  Wed Feb 26 14:22:36 1997
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) id OAA19349
	Wed, 26 Feb 1997 14:22:36 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) with SMTP id OAA19344
	for <FreeBSD-tech-jp@jp.freebsd.org>; Wed, 26 Feb 1997 14:22:35 +0900 (JST)
Received: from fs.iij.ad.jp (fs.iij.ad.jp [192.244.191.33]) by ns.iij.ad.jp (8.6.12+2.4W/3.3W9-NS) with ESMTP id OAA09154 for <FreeBSD-tech-jp@jp.freebsd.org>; Wed, 26 Feb 1997 14:22:34 +0900
Received: from mercury.yyi.iij.ad.jp ([192.168.4.89]) by fs.iij.ad.jp (8.6.8+2.4Wb/3.3Wa-FS) with ESMTP id OAA11786 for <FreeBSD-tech-jp@jp.freebsd.org>; Wed, 26 Feb 1997 14:22:33 +0900
Received: from localhost.iij.ad.jp (shigeru@localhost.iij.ad.jp [127.0.0.1]) by mercury.yyi.iij.ad.jp (8.8.0/3.5W) with SMTP id OAA08919 for <FreeBSD-tech-jp@jp.freebsd.org>; Wed, 26 Feb 1997 14:22:32 +0900 (JST)
Message-Id: <199702260522.OAA08919@mercury.yyi.iij.ad.jp>
X-Authentication-Warning: mercury.yyi.iij.ad.jp: shigeru@localhost.iij.ad.jp [127.0.0.1] didn't use HELO protocol
To: FreeBSD-tech-jp@jp.freebsd.org
In-Reply-To: Your message of "Wed, 26 Feb 1997 14:00:24 +0900"
References: <199702260500.OAA10970@snsh1.cks.canon.co.jp>
X-Mailer: Mew version 1.54 on Emacs 19.28.2, Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Date: Wed, 26 Feb 1997 14:22:32 +0900
From: =?ISO-2022-JP?B?GyRCOzNLXBsoQg==?=  =?ISO-2022-JP?B?GyRCTFAbKEI=?=  <shigeru@iij.ad.jp>
Reply-To: FreeBSD-tech-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-tech-jp 97
Subject: [FreeBSD-tech-jp 97] Re: jserver patch
Errors-To: owner-FreeBSD-tech-jp@jp.freebsd.org
Sender: owner-FreeBSD-tech-jp@jp.freebsd.org


>>>>> "$B$+$o$$(B" == K [NAO-NAO] Kawai <K.> writes:
$B$;(B> > > # stderr $B$,(B /dev/null $B$K$J$C$F$l$P$h$/$F!"%U%!%$%k%G%#%9%/%j%W%?$N(B 2
$B$;(B> > > # $BHV$G$"$kI,MW$O$J$$$s$G$9$h$M(B?
$B$;(B> > $B$A$c$s$H(B2$BHV$K$J$k$_$?$$$G$9$h!#(B(FreeBSD 2.1.5$B$G;n$7$^$7$?(B)
$B$;(B>$B$G$b!"$3$N@-<A$C$F!"$I$NDxEY!VIaJWE*!W$J$s$G$7$g!#(B
$B$+$o$$(B> SunOS4.1.4JLE$B$H!"(BHP-UX10.2$B$NI8=`(Blibc$B$O(Bfd==1$B$G!"$R$i$$$F$k$J$"!#IaJW(B
$B$+$o$$(B> $BE*$H$O$$$$$,$?$=$&!#(B

$B:#!";d$,(BSunOS 4.1.3$B!"(BSunOS 4.1.4$B!"(BBSD/OS 2.1.0$B$G;n$7$?$i!"(B
stdin  = 0
stdout = 1
stderr = 2
$B$G$7$?$1$I!#(B
$B$3$l$C$F!"(BUNIX$B$,(BBSD$B$H(BSysV$B$K$o$+$l$k$h$j$bA0$+$i$N7h$^$j$4$H(B($B$H$$$&$+EAE}(B)$B$@(B
$B$H;W$C$F$?$1$I0c$&$N$+$J$"!#(B

P.S.
$B;n$7$?$N$O<!$N$h$&$J%W%m%0%i%`$G$9$,!"$3$l$8$c$@$a(B?

#include	<stdio.h>

main() {
	printf("stdin  = %d\n", fileno(stdin));
	printf("stdout = %d\n", fileno(stdout));
	printf("stderr = %d\n", fileno(stderr));
}
----
$B;3K\(B $BLP(B	<shigeru@iij.ad.jp>				I hate UNICODE :-)
