diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 17:24:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 17:24:24 +0000 |
commit | 868439a2074634b8a6b275c09fc33f20e42dd622 (patch) | |
tree | b1baa1bb0c2081541c5667665914d8eccaec78e9 /perl.h | |
parent | 7207e29d564e32c8ec2cb43eabae72ff68c02442 (diff) | |
download | perl-868439a2074634b8a6b275c09fc33f20e42dd622.tar.gz |
VOS tweaks from Paul Green.
The Configure tweaks: the _exe needs to be
set after the init; VOS has fd 3 hardwired to /dev/tty;
the grep/ln/make substitutions really need to stick.
p4raw-id: //depot/perl@13932
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1789,7 +1789,7 @@ typedef struct clone_params CLONE_PARAMS; #endif #if defined(__VOS__) -# include "vosish.h" +# include "vos/vosish.h" # define ISHISH "vos" #endif |