From owner-cvs-all Tue Dec 5 19:14:31 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 19:14:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D32E137B400; Tue, 5 Dec 2000 19:14:28 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB63ESS47491; Tue, 5 Dec 2000 19:14:28 -0800 (PST) (envelope-from deischen) Message-Id: <200012060314.eB63ESS47491@freefall.freebsd.org> From: Daniel Eischen Date: Tue, 5 Dec 2000 19:14:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include dirent.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/12/05 19:14:28 PST Modified files: include dirent.h Log: Add a LIST_HEAD to DIR for a queue of telldir positions. Also add a location count (used as the magic for telldir) to DIR. A future change will also add a mutex/lock. Revision Changes Path 1.8 +7 -2 src/include/dirent.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message