Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site seismo.CSS.GOV Path: utzoo!linus!gatech!seismo!keith From: keith@seismo.CSS.GOV (Keith Bostic) Newsgroups: net.bugs.2bsd Subject: CSS/Harvard 2.9BSD bug report #9 Message-ID: <373@seismo.CSS.GOV> Date: Tue, 8-Oct-85 21:55:55 EDT Article-I.D.: seismo.373 Posted: Tue Oct 8 21:55:55 1985 Date-Received: Wed, 9-Oct-85 06:15:26 EDT Organization: Center for Seismic Studies, Arlington, VA Lines: 19 Keywords: find Subject: Find doesn't work Index: src/usr.bin/find.c 2.9BSD Description: Find doesn't read directories correctly. Repeat-By: Run it on anything. Fix: Find doesn't work because it was never converted to use the new directory reading routines. There are three ways to fix it; port a version from 4.X (it's a fairly easy port), put #define KERNEL #include #undef KERNEL around the dir.h include in find.c, or replace the directory reading stuff with opendir, readdir, etc. There may be several of these programs floating around that haven't been converted. The fix is the same for all of them.