summaryrefslogtreecommitdiff
path: root/net/xorp/files/patch-popen.cc
blob: a0274f8d4251b06d2c2cbd59c11d49afe00d721d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;