style(9): line up function names.

This commit is contained in:
Mike Barcroft 2002-09-09 03:52:43 +00:00
parent 6c1739987a
commit 006d0ddf67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103111

View File

@ -88,7 +88,8 @@ typedef struct _dirdesc {
__BEGIN_DECLS
DIR *opendir(const char *);
struct dirent *readdir(DIR *);
struct dirent *
readdir(DIR *);
void rewinddir(DIR *);
int closedir(DIR *);
#ifndef _POSIX_SOURCE