diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-03 18:10:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-03 18:10:45 +0000 |
commit | 8dab44642a9d815deeb8bc2999f6bf1ee85a4992 (patch) | |
tree | 7f9b7f1f407359cbfd8779850fc3e9212b7a213a /proto.h | |
parent | 84b2b14beadff5ecd6b639a44c9ae7c2f1664528 (diff) | |
download | perl-8dab44642a9d815deeb8bc2999f6bf1ee85a4992.tar.gz |
Oops. I *thought* that I had checked that all changed files were open.
Clearly not. (Fixes change 27066)
p4raw-id: //depot/perl@27068
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3185,14 +3185,14 @@ STATIC void S_my_exit_jump(pTHX) __attribute__noreturn__; STATIC void S_nuke_stacks(pTHX); -STATIC void S_open_script(pTHX_ const char *scriptname, bool dosearch, SV *sv) +STATIC int S_open_script(pTHX_ const char *scriptname, bool dosearch, SV *sv) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_3); STATIC void S_usage(pTHX_ const char *name) __attribute__nonnull__(pTHX_1); -STATIC void S_validate_suid(pTHX_ const char *validarg, const char *scriptname) +STATIC void S_validate_suid(pTHX_ const char *validarg, const char *scriptname, int fdscript) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); |