mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
54dc2eefda
- Unbreak and unexpire - Stage support PR: ports/186982 Submitted by: Johannes 5 Joemann
12 lines
436 B
C++
12 lines
436 B
C++
--- ./rtrmgr/op_commands.hh.orig 2011-03-16 21:27:56.000000000 +0000
|
|
+++ ./rtrmgr/op_commands.hh 2014-02-26 21:17:13.000000000 +0000
|
|
@@ -215,7 +215,7 @@
|
|
|
|
// Below here is temporary storage for use in parsing
|
|
list<string> _path_segments;
|
|
- OpCommand* _current_command;
|
|
+ // OpCommand* _current_command;
|
|
const TemplateTree* _template_tree;
|
|
SlaveConfigTree* _slave_config_tree;
|
|
SlaveModuleManager& _mmgr;
|