From owner-freebsd-ports@FreeBSD.ORG Sun Oct 3 11:04:22 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEED316A4CE for ; Sun, 3 Oct 2004 11:04:22 +0000 (GMT) Received: from mailng.sch.ru (mailng.sch.ru [193.28.46.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA1F43D49 for ; Sun, 3 Oct 2004 11:04:19 +0000 (GMT) (envelope-from ufm@itcg.ru) Received: from ufm (ppp83-237-162-13.pppoe.mtu-net.ru [83.237.162.13]) (authenticated bits=0)ESMTP id i93B4GNO010123; Sun, 3 Oct 2004 15:04:17 +0400 (MSD) (envelope-from ufm@itcg.ru) Date: Sun, 3 Oct 2004 15:03:25 +0400 From: Fyodor Ustinov Organization: ITC Group X-Priority: 3 (Normal) Message-ID: <664386378.20041003150325@itcg.ru> To: mt@primats.org.ua MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: sarg-1.4.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fyodor Ustinov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 11:04:22 -0000 Hello mt, sarg 1.4.1_1 file: sort.c Function: void sort_users_log(char *tmp, int debug) trouble in end of function. ---- (void)closedir( dirp ); (void)rewinddir( dirp ); --- rewinddir should be placed before closedir (or removed generally nafig) -- Best regards, Fyodor mailto:ufm@itcg.ru