From owner-FreeBSD-users-jp@jp.freebsd.org  Thu Oct 17 11:22:35 1996
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id LAA16451
	Thu, 17 Oct 1996 11:22:35 +0900 (JST)
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with ESMTP id LAA16446
	for <FreeBSD-users-jp@jp.freebsd.org>; Thu, 17 Oct 1996 11:22:32 +0900 (JST)
Received: by buncho.hic.co.jp (8.7.6+2.6Wbeta7/3.4W4-05/20/96) id LAA17843 for <FreeBSD-users-jp@jp.freebsd.org>; Thu, 17 Oct 1996 11:22:17 +0900 (JST)
Received: from hiyoko.hic.co.jp(192.168.1.100) by buncho.hic.co.jp via smap (V1.3)
	id sma017838; Thu Oct 17 11:21:55 1996
Received: from uguisu.hic.co.jp by hiyoko.hic.co.jp (8.7.6/3.5Wbeta-09/09/96) with ESMTP id LAA10367 for <FreeBSD-users-jp@jp.freebsd.org>; Thu, 17 Oct 1996 11:21:55 +0900 (JST)
Received: from uguisu.hic.co.jp by uguisu.hic.co.jp (8.7.5/3.4W4-10/07/96) with ESMTP id LAA04852 for <FreeBSD-users-jp@jp.freebsd.org>; Thu, 17 Oct 1996 11:21:55 +0900 (JST)
Message-Id: <199610170221.LAA04852@uguisu.hic.co.jp>
To: FreeBSD-users-jp@jp.freebsd.org
From: Nobuyoshi Miyokawa <nmiyo@hic.co.jp>
In-Reply-To: Your message of "Thu, 17 Oct 1996 10:29:16 +0900"
References: <199610170129.KAA02559@asai00.vl.neec.fc.nec.co.jp>
X-Mailer: Mew version 1.06 on Emacs 19.32.4, Mule 2.3
X-Importance: High
X-fingerprint: DB D9 C8 CF 46 6F 26 63  54 F3 B0 3A A9 59 97 BF
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
	boundary="--Next_Part(Thu_Oct_17_11:21:06_1996)--"
Date: Thu, 17 Oct 1996 11:21:54 +0900
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 5354
Subject: [FreeBSD-users-jp 5354] Re: packf(MH command)
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

----Next_Part(Thu_Oct_17_11:21:06_1996)--
Content-Type: Text/Plain; charset=iso-2022-jp

From: "$B@u0fFA?N(B/Noric Clapton" <norihito@vl.neec.fc.nec.co.jp>
Subject: [FreeBSD-users-jp 5349] packf(MH command)
Date: Thu, 17 Oct 1996 10:29:16 +0900
Message-ID: <199610170129.KAA02559@asai00.vl.neec.fc.nec.co.jp>

| 2.1.5R(2.0.5R$B$N;~$+$i(B)$B$N(Bpackage$B$KF~$C$F$$$k(B
| jp-mh-6.8.3$B$N(Bpackf$B$H$$$&(Bcommand$B$,(B
| 
| asai00:norihito {309} packf +inbox
| Create file "/usr/home/norihito/msgbox"? y
| Segmentation fault
| asai00:norihito {310} 
| 
| $B$HMn$A$F$7$^$$$^$9!#(B

  $B;d$O(B mh-6.8.3+-jp2c+ $B$r<+J,$G(B make $B$7$FMxMQ$7$F$^$9$,!"F1$8(B
$B$/(B packf $B$d!"B>$N%3%^%s%I$GMn$A$?;v$,$"$j$^$7$?!#$H$j$"$($:0J(B
$B2<$KIU$1$^$9(B Dirty Patch $B$rEv$F$l$P(B packf $B$OMn$A$J$/$J$k(B *$B$+$b(B* 
$B$7$l$^$;$s!#(B
  mh-6.8.3+-jp2c+-1.02 $B$G$I$&$J$C$F$$$k$+$O$^$@8+$F$$$^$;$s!#(B

# $B$b$C$HA4BNE*$K=$@5$7$F$+$i(B & 6.4 $B$,F~<j$G$-$F$+$i(B contrib 
# $B$7$h$&$H;W$$$D$D(B...$B!#$9$_$^$;$s!#(B

----Next_Part(Thu_Oct_17_11:21:06_1996)--
Content-Type: Text/Plain; charset=us-ascii

--- sbr/ruserpass.c.orig	Thu Feb  1 23:32:43 1996
+++ sbr/ruserpass.c	Thu Feb  1 23:32:27 1996
@@ -133,7 +133,7 @@
 	(void) fclose(cfile);
 
 done:
-	if (!*aname) {
+	if (!**aname) {
 		char tmp[80];
 		char *myname;
 
@@ -155,7 +155,7 @@
 		strcpy (*aname, myname);
 	}
 
-	if (!*apass) {
+	if (!**apass) {
 		char prompt[256];
 		char *mypass;

----Next_Part(Thu_Oct_17_11:21:06_1996)--
Content-Type: Text/Plain; charset=us-ascii

--- sbr/ruserpass.c.orig	Tue Jun 25 19:01:33 1996
+++ sbr/ruserpass.c	Tue Jun 25 19:26:19 1996
@@ -155,7 +155,7 @@
 		strcpy (*aname, myname);
 	}
 
-	if (!**apass) {
+	if (!*apass || !**apass) {
 		char prompt[256];
 		char *mypass;

----Next_Part(Thu_Oct_17_11:21:06_1996)--
Content-Type: Text/Plain; charset=us-ascii

--- dropsbr.c.orig	Mon Jul  1 14:39:34 1996
+++ dropsbr.c	Mon Jul  1 15:08:20 1996
@@ -176,11 +176,16 @@
 
 /*  */
 
+#ifndef __FreeBSD__
 int	mbx_read (fp, pos, drops, noisy)
 register FILE  *fp;
 register long	pos;
 struct drop **drops;
 int	noisy;
+#else
+int
+mbx_read(register FILE  *fp, register long pos, struct drop **drops, int noisy)
+#endif
 {
     register int    len,
                     size;

----Next_Part(Thu_Oct_17_11:21:06_1996)----
