From owner-cvs-sys Sun Aug 27 17:51:31 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA13881 for cvs-sys-outgoing; Sun, 27 Aug 1995 17:51:31 -0700 Received: (from swallace@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA13828 ; Sun, 27 Aug 1995 17:50:09 -0700 Date: Sun, 27 Aug 1995 17:50:09 -0700 From: Steven Wallace Message-Id: <199508280050.RAA13828@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_file.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk swallace 95/08/27 17:50:09 Modified: sys/i386/linux linux_file.c Log: Modified linux_readdir() function to properly handle Linux readdir() calls with a byte size of 1. This special case was not correctly emulated. Now programs such as a simple 'ls' to a commercial Macintosh emulator called 'executor' will work correctly.