diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-23 09:00:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-23 09:00:48 +0000 |
commit | 14a3f2583754af00b513dcdf22451c4b77be6644 (patch) | |
tree | 05bb89d1e87364e192de802b4af56ae8a8a2ec50 | |
parent | b59922b7d7bf512b76c8fd82486e0570b34b71c2 (diff) | |
download | perl-14a3f2583754af00b513dcdf22451c4b77be6644.tar.gz |
tweak MANIFEST, add Dev_t to POSIX/typemap
p4raw-id: //depot/perl@1204
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | Porting/makerel | 3 | ||||
-rw-r--r-- | ext/POSIX/typemap | 1 |
3 files changed, 2 insertions, 3 deletions
@@ -18,6 +18,7 @@ Porting/Contract Social contract for contributed modules in Perl core Porting/Glossary Glossary of config.sh variables Porting/config.sh Sample config.sh Porting/config_H Sample config.h +Porting/genlog Generate formatted changelogs by querying p4d Porting/makerel Release making utility Porting/patching.pod How to report changes made to Perl Porting/patchls Flexible patch file listing utility diff --git a/Porting/makerel b/Porting/makerel index cdaa00c56b..809de9bbec 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -61,11 +61,9 @@ print "Setting file permissions...\n"; system("find . -type f -print | xargs chmod -w"); system("find . -type d -print | xargs chmod g-s"); system("find t -name '*.t' -print | xargs chmod +x"); -system("chmod +w configure"); # special case (see pumpkin.pod) @exe = qw( Configure configpm - configure embed.pl installperl installman @@ -78,7 +76,6 @@ system("chmod +w configure"); # special case (see pumpkin.pod) *.SH vms/ext/Stdio/test.pl vms/ext/filespec.t - vms/fndvers.com x2p/*.SH Porting/patchls Porting/makerel diff --git a/ext/POSIX/typemap b/ext/POSIX/typemap index 45e0862ff0..63e41c77bf 100644 --- a/ext/POSIX/typemap +++ b/ext/POSIX/typemap @@ -4,6 +4,7 @@ Uid_t T_NV Time_t T_NV Gid_t T_NV Off_t T_NV +Dev_t T_NV fd T_IV speed_t T_IV tcflag_t T_IV |