diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-22 08:23:05 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-22 08:23:05 +0000 |
commit | 8996000ce3abfb3bf3ba9371f93dbb36605526e6 (patch) | |
tree | 18978064e57450121f0e4877713ae12ee2980e3e /gnu/usr.bin/cvs/vms/vms.h | |
parent | 8b617ad77948342faf0917e268e4d001047fec35 (diff) |
Latest version from Cyclic
Diffstat (limited to 'gnu/usr.bin/cvs/vms/vms.h')
-rw-r--r-- | gnu/usr.bin/cvs/vms/vms.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/vms/vms.h b/gnu/usr.bin/cvs/vms/vms.h index 9cd0b509eb7..d41e196be44 100644 --- a/gnu/usr.bin/cvs/vms/vms.h +++ b/gnu/usr.bin/cvs/vms/vms.h @@ -1,5 +1,7 @@ /* Determined from CC RTL function prototypes in online documentation */ +#define mode_t unsigned int + #define fork(x) vfork(x) #include <sys/types.h> @@ -15,7 +17,12 @@ extern int fnmatch(char *pattern, char *string, int options); +/* With the define of HAVE_NDIR_H in config.h, lib/system.h and + diff/system.h should include ndir.h for us. But I'm too lazy to + track down and make _sure_ all bases are covered, so I'm leaving in + this include for now. */ #include "ndir.h" + #include "pwd.h" #include "pipe.h" |