summaryrefslogtreecommitdiff
path: root/vmsdir.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1997-08-27 20:30:54 +0000
committerPaul Smith <psmith@gnu.org>1997-08-27 20:30:54 +0000
commitbe3fb0ae6d6870dbc1b4d03447afcf3b0fed3114 (patch)
treef27c2e1c6f3e1f7cc747cad0452734c4c917b208 /vmsdir.h
parentdd0c939e781596fec17f8c72cbe6e3559e703fd8 (diff)
downloadgunmake-be3fb0ae6d6870dbc1b4d03447afcf3b0fed3114.tar.gz
Updates for GNU make 3.75.92.
Diffstat (limited to 'vmsdir.h')
-rw-r--r--vmsdir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmsdir.h b/vmsdir.h
index 50b50e8..4cf1583 100644
--- a/vmsdir.h
+++ b/vmsdir.h
@@ -4,8 +4,10 @@
#define MAXNAMLEN 255
+#ifndef __DECC
typedef unsigned long u_long;
typedef unsigned short u_short;
+#endif
struct direct {
off_t d_off;