ports/net/xorp/files/patch-rtrmgr__op_commands.hh
Hiroki Sato 0a0906700b - Use USE_GITHUB.
- Add USE_LDCONFIG when SHARED is enabled.
- Use OPTIONS_SUB.
- Use {opt}_FOO wherever possible.
- Normalize patch files.
- Take maintainership.
2015-09-07 19:04:23 +00:00

11 lines
393 B
C++

--- rtrmgr/op_commands.hh.orig 2012-01-11 17:56:10 UTC
+++ rtrmgr/op_commands.hh
@@ -215,7 +215,7 @@ private:
// 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;