ports/net/xorp/files/patch-rtrmgr__userdb.hh
Antoine Brodin 54dc2eefda - Update to 1.8.5
- Unbreak and unexpire
- Stage support

PR:		ports/186982
Submitted by:	Johannes 5 Joemann
2014-02-26 21:54:59 +00:00

10 lines
255 B
C++

--- ./rtrmgr/userdb.hh.orig 2011-03-16 21:16:14.000000000 +0000
+++ ./rtrmgr/userdb.hh 2014-02-26 21:17:13.000000000 +0000
@@ -98,6 +98,7 @@
private:
map<uid_t, User*> _users;
+public:
bool _verbose; // Set to true if output is verbose
};