summaryrefslogtreecommitdiffstats
path: root/sbin/devd
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-17 01:54:51 +0000
committerdim <dim@FreeBSD.org>2011-12-17 01:54:51 +0000
commit32859c59906b24d79fd94faaa83ad9020a6c036c (patch)
treebc35aa08012e6aa394000689090a0a8d468c2fd9 /sbin/devd
parentf68951a3ddbe41d2393a823e0b1a8ff61138da73 (diff)
downloadFreeBSD-src-32859c59906b24d79fd94faaa83ad9020a6c036c.zip
FreeBSD-src-32859c59906b24d79fd94faaa83ad9020a6c036c.tar.gz
In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. In
devd.hh, there are redeclared as classes. Fix the inconsistency. MFC after: 1 week
Diffstat (limited to 'sbin/devd')
-rw-r--r--sbin/devd/devd.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh
index d70d178..1830dad 100644
--- a/sbin/devd/devd.hh
+++ b/sbin/devd/devd.hh
@@ -65,7 +65,7 @@ private:
* eps is short for event_proc_single. It is a single entry in an
* event_proc. Each keyword needs its own subclass from eps.
*/
-class eps
+struct eps
{
public:
eps() {}
@@ -126,7 +126,7 @@ private:
std::string _cmd;
};
-class event_proc
+struct event_proc
{
public:
event_proc();
OpenPOWER on IntegriCloud