From owner-cvs-all Sun Dec 10 20: 0:40 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 10 20:00:37 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 8F4F337B400; Sun, 10 Dec 2000 20:00:37 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBB40bq99940; Sun, 10 Dec 2000 20:00:37 -0800 (PST) (envelope-from deischen) Message-Id: <200012110400.eBB40bq99940@freefall.freebsd.org> From: Daniel Eischen Date: Sun, 10 Dec 2000 20:00:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include dirent.h src/lib/libc/gen telldir.h closedir.c opendir.c rewinddir.c seekdir.c telldir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/12/10 20:00:37 PST Modified files: include dirent.h lib/libc/gen closedir.c opendir.c rewinddir.c seekdir.c telldir.c Added files: lib/libc/gen telldir.h Log: Move telldir position recording type definitions and prototypes to "telldir.h" in order to prevent namespace pollution in (which was including ). Add $FreeBSD$ to rewinddir.c and seekdir.c. Revision Changes Path 1.9 +3 -5 src/include/dirent.h 1.8 +2 -2 src/lib/libc/gen/closedir.c 1.12 +8 -4 src/lib/libc/gen/opendir.c 1.3 +3 -2 src/lib/libc/gen/rewinddir.c 1.3 +3 -2 src/lib/libc/gen/seekdir.c 1.6 +14 -24 src/lib/libc/gen/telldir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message