mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
- Patch for upstream issue #532 has been refreshed to appease portlint - MFH as update contains new pinned CA hashes - Drop maintainership - I no longer use LastPass Changelog: https://github.com/lastpass/lastpass-cli/releases/tag/v1.3.5 PR: 273498 MFH: 2023Q3
11 lines
368 B
C
11 lines
368 B
C
--- process.c.orig 2023-09-01 07:49:12 UTC
|
|
+++ process.c
|
|
@@ -75,6 +75,8 @@ static void ptrace(__attribute__((unused)) int x,
|
|
__attribute__((unused)) int w) {}
|
|
#endif
|
|
|
|
+int ARGC;
|
|
+char **ARGV;
|
|
|
|
#if defined(__linux__) || defined(__CYGWIN__) || (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME))
|
|
static int pid_to_cmd(pid_t pid, char *cmd, size_t cmd_size)
|