From 45d27b3dc6917ee96c7e490b0ca9fc6b65b0a7f0 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 23 Jun 1990 23:48:03 -0800 Subject: [PATCH] typo SCCS-vsn: include/dirent.h 5.12 --- usr/src/include/dirent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/include/dirent.h b/usr/src/include/dirent.h index 6f5c2c0014..845cd45214 100644 --- a/usr/src/include/dirent.h +++ b/usr/src/include/dirent.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)dirent.h 5.11 (Berkeley) %G% + * @(#)dirent.h 5.12 (Berkeley) %G% */ #ifndef _DIRENT_ @@ -60,7 +60,7 @@ typedef struct _dirdesc { #if __STDC__ || c_plusplus extern DIR *opendir(const char *); extern struct dirent *readdir(DIR *); -extern void rewindir(DIR *); +extern void rewinddir(DIR *); extern int closedir(DIR *); #ifndef _POSIX_SOURCE extern long telldir(const DIR *); -- 2.20.1