From owner-freebsd-emulation Thu Apr 26 8:50:33 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 22B1D37B423 for ; Thu, 26 Apr 2001 08:50:30 -0700 (PDT) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id RAA08259; Thu, 26 Apr 2001 17:50:28 +0200 (MEST) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 14so2G-0000b5-00 for ; Thu, 26 Apr 2001 17:50:28 +0200 Date: Thu, 26 Apr 2001 17:50:28 +0200 From: Szilveszter Adam To: freebsd-emulation@freebsd.org Subject: [paul@FreeBSD.org: cvs commit: src/sys/compat/linux linux_stats.c] Message-ID: <20010426175028.A2247@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , freebsd-emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello everyone, The following commit: paul 2001/04/25 15:07:17 PDT Modified files: sys/compat/linux linux_stats.c Log: A bogus check for a char device also matched symbolic links. Replace it with a correct check using S_ISCHR() Symbolic links will now work again in linux compatibility. Revision Changes Path 1.31 +2 -2 src/sys/compat/linux/linux_stats.c has fixed the symlink problem under the Linuxulator on -CURRENT I reported yesterday. Thanks! -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message