diff options
author | Paul Smith <psmith@gnu.org> | 1997-08-27 20:30:54 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-08-27 20:30:54 +0000 |
commit | be3fb0ae6d6870dbc1b4d03447afcf3b0fed3114 (patch) | |
tree | f27c2e1c6f3e1f7cc747cad0452734c4c917b208 /vmsdir.h | |
parent | dd0c939e781596fec17f8c72cbe6e3559e703fd8 (diff) | |
download | gunmake-be3fb0ae6d6870dbc1b4d03447afcf3b0fed3114.tar.gz |
Updates for GNU make 3.75.92.
Diffstat (limited to 'vmsdir.h')
-rw-r--r-- | vmsdir.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |