From 61bb59065bf1b12edab39b124e7373fb357e2d73 Mon Sep 17 00:00:00 2001 From: Charles Bailey Date: Wed, 26 Nov 1997 08:32:09 -0400 Subject: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files) needs rewriting now that we use perlvars.h and foovar.h: Subject: [PATCH] 5.004_54 under VMS (fwd) p4raw-id: //depot/perl@374 --- unixish.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'unixish.h') diff --git a/unixish.h b/unixish.h index e4687ce50f..6cb748f4e3 100644 --- a/unixish.h +++ b/unixish.h @@ -42,6 +42,14 @@ */ #undef USEMYBINMODE +/* Stat_t: + * This symbol holds the type used to declare buffers for information + * returned by stat(). It's usually just struct stat. It may be necessary + * to include and to get any typedef'ed + * information. + */ +#define Stat_t struct stat + /* USE_STAT_RDEV: * This symbol is defined if this system has a stat structure declaring * st_rdev -- cgit v1.2.1