entered into RCS

This commit is contained in:
Roland McGrath 1994-09-30 21:51:53 +00:00
parent 2a5c38e637
commit 735888584d

View file

@ -1,7 +1,4 @@
/* Copyright (C) 1994 Free Software Foundation, Inc.
Ported to standalone by Joel Sherrill jsherril@redstone-emh2.army.mil,
On-Line Applications Research Corporation.
/* Copyright (C) 1993 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
@ -29,8 +26,7 @@ Cambridge, MA 02139, USA. */
/* Directory stream type.
The miscellaneous Unix `readdir' implementations read directory data
into a buffer and fill in a `struct dirent' copy in the `DIR' object.
*/
into a buffer and fill in a `struct dirent' copy in the `DIR' object. */
typedef struct
{