summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-08-19 21:00:37 +0000
committerEd Maste <emaste@freebsd.org>2014-08-19 21:00:37 +0000
commit9163561d648c0e9c1bb29a102da2611a2b3dc49b (patch)
tree0325174e40410a9731de05fdbec8df38ed42051d
parentb5f3a844a701ce3c460a543a661d79c905eeb7ec (diff)
downloadbcm5719-llvm-9163561d648c0e9c1bb29a102da2611a2b3dc49b.tar.gz
bcm5719-llvm-9163561d648c0e9c1bb29a102da2611a2b3dc49b.zip
Fix FreeBSD build after r215992
llvm-svn: 216021
-rw-r--r--lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h b/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h
index 6d3f2d28a02..79247c5f221 100644
--- a/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h
+++ b/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h
@@ -18,9 +18,9 @@ namespace lldb_private
class HostInfoFreeBSD : public HostInfoPosix
{
public:
- bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
- bool GetOSBuildString(std::string &s);
- bool GetOSKernelDescription(std::string &s);
+ static bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
+ static bool GetOSBuildString(std::string &s);
+ static bool GetOSKernelDescription(std::string &s);
};
}
OpenPOWER on IntegriCloud