diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-26 13:40:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-26 13:40:18 +0000 |
commit | e688b2318033d7cc179bac591999729a37bf7138 (patch) | |
tree | a8615311fad5e9cd026081310ba262dc6d3a5c0e /proto.h | |
parent | 0617aed7fc09c616342e9b0d35b7881d7c1472b1 (diff) | |
download | perl-e688b2318033d7cc179bac591999729a37bf7138.tar.gz |
Revert #4457 for more investigation.
p4raw-id: //depot/cfgperl@4460
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -817,7 +817,7 @@ STATIC void S_open_script(pTHX_ char *, bool, SV *, int *fd); STATIC void S_usage(pTHX_ char *); STATIC void S_validate_suid(pTHX_ char *, char*, int); # if defined(IAMSUID) -STATIC int S_file_on_nosuid_fs(pTHX_ int fd, char *path); +STATIC int S_fd_on_nosuid_fs(pTHX_ int fd); # endif STATIC void* S_parse_body(pTHX_ va_list args); STATIC void* S_run_body(pTHX_ va_list args); |