#endif should not have a non-comment token after it.

GCC 2.97 (snapshot) complains about this.
This commit is contained in:
David E. O'Brien 2000-12-13 08:59:18 +00:00
parent 1d733bbd10
commit 515f933b8b

View File

@ -45,7 +45,7 @@ static char sccsid[] = "@(#)readdir.c 8.3 (Berkeley) 9/29/94";
#ifdef _THREAD_SAFE #ifdef _THREAD_SAFE
#include <pthread.h> #include <pthread.h>
#include "pthread_private.h" #include "pthread_private.h"
#endif _THREAD_SAFE #endif /* _THREAD_SAFE */
/* /*
* get next entry in a directory. * get next entry in a directory.