From 18926cf415b65008c849b592209a85f733be39f7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 29 Aug 1995 16:41:47 +0000 Subject: Tue Aug 29 12:35:56 1995 Roland McGrath * time/australasia: Updated data from ADO. Mon Aug 28 17:47:11 1995 Roland McGrath * dirent/dirent.h: Don't include . Instead, define DIR as typedef for (undefined) `struct __dirstream'. --- dirent/dirent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dirent') diff --git a/dirent/dirent.h b/dirent/dirent.h index 88a6fc867e..5b99437301 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.h @@ -73,9 +73,9 @@ enum #endif -/* Get the system-dependent definition of `DIR', - the data type of directory stream objects. */ -#include +/* This is the data type of directory stream objects. + The actual structure is opaque to users. */ +typedef struct __dirstream DIR; /* Open a directory stream on NAME. Return a DIR stream on the directory, or NULL if it could not be opened. */ -- cgit 1.4.1