rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit f78fc50d1b677a4f8f92dd7057f87eb26dea31a6
parent c759fd5f39c2cc2971869a2ffe59a29ffecd63da
Author: tjg <tjg>
Date:   Thu, 20 Feb 2003 14:03:41 +0000

Initial revision

Diffstat:
Astat.h | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/stat.h b/stat.h @@ -0,0 +1,6 @@ +#include <sys/stat.h> + +#if HAVE_LSTAT +#else +#define lstat(name, buf) (stat((name), (buf))) +#endif