From 14a3f2583754af00b513dcdf22451c4b77be6644 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 23 Jun 1998 09:00:48 +0000 Subject: [PATCH] tweak MANIFEST, add Dev_t to POSIX/typemap p4raw-id: //depot/perl@1204 --- MANIFEST | 1 + Porting/makerel | 3 --- ext/POSIX/typemap | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/MANIFEST b/MANIFEST index 7cb045d..6f7f918 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 cdaa00c..809de9b 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 45e0862..63e41c7 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 -- 2.7.4