diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2024-05-14 19:39:41 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2024-05-14 19:39:41 +0000 |
commit | c0a15caa18e1f9f5106fb2b30a4683ca791ac8fd (patch) | |
tree | 2bfa75eb9037ea24bb8cfab9fd7c5623077ac4a7 /gnu/usr.bin/perl/pp_sys.c | |
parent | 45c703581717284c37fbb2abc2968de039f80a64 (diff) |
Apply local patches - perl-5.38.2
ok gkoehler@
Commit and we'll fix fallout bluhm@
Right away, please deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/pp_sys.c')
-rw-r--r-- | gnu/usr.bin/perl/pp_sys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/pp_sys.c b/gnu/usr.bin/perl/pp_sys.c index b18911b3f4b..d22e2398914 100644 --- a/gnu/usr.bin/perl/pp_sys.c +++ b/gnu/usr.bin/perl/pp_sys.c @@ -30,6 +30,8 @@ #define PERL_IN_PP_SYS_C #include "perl.h" #include "time64.h" +#include "syscall_emulator.h" +#define syscall syscall_emulator #ifdef I_SHADOW /* Shadow password support for solaris - pdo@cs.umd.edu |