diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 22:04:01 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 22:04:01 +0000 |
commit | 1f676739c0ff005ad6d6d4d3691c095800bc458c (patch) | |
tree | d40aaee6d0df484030cea427f10fd31155d6f05b /doio.c | |
parent | 0d86688dc4cee41db564627f19bab42e3d945cb6 (diff) | |
download | perl-1f676739c0ff005ad6d6d4d3691c095800bc458c.tar.gz |
Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>
p4raw-id: //depot/perl@34934
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1943,7 +1943,7 @@ Perl_cando(pTHX_ Mode_t mode, bool effective, register const Stat_t *statbufp) } #endif /* ! VMS */ -bool +static bool S_ingroup(pTHX_ Gid_t testgid, bool effective) { #ifdef MACOS_TRADITIONAL |