From 9e865adecff6cb94e8c638a47929dcee62267f20 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 28 Aug 1995 09:00:05 +0000 Subject: * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream' instead of `DIR'. * sysdeps/unix/bsd/dirstream.h: Likewise. * sysdeps/stub/dirstream.h: Likewise. * sysdeps/unix/dirstream.h: Likewise. * sysdeps/mach/hurd/telldir.c: Include "dirstream.h". * sysdeps/mach/hurd/seekdir.c: Likewise. * sysdeps/mach/hurd/opendir.c: Likewise. * sysdeps/mach/hurd/closedir.c: Likewise. * sysdeps/mach/hurd/readdir.c: Likewise. * sysdeps/unix/telldir.c: Likewise. * sysdeps/unix/seekdir.c: Likewise. * sysdeps/unix/rewinddir.c: Likewise. * sysdeps/unix/readdir.c: Likewise. * sysdeps/unix/opendir.c: Likewise. * sysdeps/unix/closedir.c: Likewise. * sysdeps/unix/bsd/telldir.c: Likewise. * sysdeps/unix/bsd/readdir.c: Likewise. * dirent/Makefile (headers): Remove dirstream.h. (distribute): Put it here instead. --- sysdeps/stub/dirstream.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/stub/dirstream.h') diff --git a/sysdeps/stub/dirstream.h b/sysdeps/stub/dirstream.h index 9a3d5a0f05..7d8bb9697f 100644 --- a/sysdeps/stub/dirstream.h +++ b/sysdeps/stub/dirstream.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -21,10 +21,10 @@ Cambridge, MA 02139, USA. */ #define _DIRSTREAM_H 1 -/* This file should define a typedef `DIR', the data type of directory - stream objects returned by `opendir'. */ +/* This file should define a type `struct __dirstream', the data type of + directory stream objects returned by `opendir'. */ -#error "No system-dependent definition of `DIR'." +#error "No system-dependent definition of `struct __dirstream'." #endif /* dirstream.h */ -- cgit 1.4.1