opnsense-ports/net/xorp/files/patch-popen.cc
Franco Fichtner 993c71f342 */*: sync with upstream
Taken from: HardenedBSD
2018-07-14 21:28:15 +02:00

11 lines
293 B
C++

--- libxorp/popen.cc.orig 2018-07-10 12:54:42 UTC
+++ libxorp/popen.cc
@@ -424,7 +424,7 @@ popen2(const string& command, const list
int
pclose2(FILE *iop_out, bool dont_wait)
{
- register struct pid_s *cur, *last;
+ struct pid_s *cur, *last;
int pstat = 0;
pid_t pid = 0;