ports/security/lastpass-cli/files/patch-process.c
Thomas Hurst ea7907c105 security/lastpass-cli: Update to 1.3.6 and drop maintainership
- 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
2023-09-10 12:12:58 -04:00

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)