diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 19:58:49 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 19:58:49 +0000 |
commit | 0da8eb3af06fe58c4c8c297ae7e9457946d4f195 (patch) | |
tree | bae3328a4ca4182301dbc59369d30f16ac8d2009 /doio.c | |
parent | b7783a124ffeaab87679eba041dd9997f4d5372a (diff) | |
download | perl-0da8eb3af06fe58c4c8c297ae7e9457946d4f195.tar.gz |
ingroup() is only used in doio.c.
Wrap gen_constant_list in #if defined(PERL_IN_OP_C)
p4raw-id: //depot/perl@34925
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1944,7 +1944,7 @@ Perl_cando(pTHX_ Mode_t mode, bool effective, register const Stat_t *statbufp) #endif /* ! VMS */ bool -Perl_ingroup(pTHX_ Gid_t testgid, bool effective) +S_ingroup(pTHX_ Gid_t testgid, bool effective) { #ifdef MACOS_TRADITIONAL /* This is simply not correct for AppleShare, but fix it yerself. */ |