diff options
Diffstat (limited to 'vmsfunctions.c')
-rw-r--r-- | vmsfunctions.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vmsfunctions.c b/vmsfunctions.c index 9ff543f..e100826 100644 --- a/vmsfunctions.c +++ b/vmsfunctions.c @@ -139,6 +139,10 @@ getwd (char *cwd) return (getcwd (buf, 512)); } +#if 0 +/* + * Is this used? I don't see any reference, so I suggest to remove it. + */ int vms_stat (char *name, struct stat *buf) { @@ -235,6 +239,7 @@ vms_stat (char *name, struct stat *buf) return 0; } +#endif char * cvt_time (unsigned long tval) |