Revert to previous; while the prototypes are not needed, the change

isn't necessary, as the new function versioning doesn't conflict with it.
This commit is contained in:
fvdl 1997-10-22 00:42:45 +00:00
parent a60b842a81
commit 0541b6ca6e

View File

@ -80,7 +80,5 @@
#ifndef S_ISLNK
#define lstat stat
#endif
#if 0 /* Prototypes come from <sys/stat.h> */
int lstat ();
int stat ();
#endif