ae6e8f236b
time right now. Tree is still locked! Reasons for the update: - good work that can be used now - only builds on i386/amd64, and they're fast - multiple security problems in old chrome - old chrome half working, can't break it more than it was. This one requires resources (see MESSAGE), but it's ways more stable. Again, discussed with sthen@, jasper@, naddy@, miod@
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
$OpenBSD: patch-base_linux_util_cc,v 1.1 2011/02/08 09:43:02 espie Exp $
|
|
--- base/linux_util.cc.orig Mon Jan 24 14:24:12 2011
|
|
+++ base/linux_util.cc Mon Jan 24 14:24:19 2011
|
|
@@ -171,6 +171,7 @@ std::string GetLinuxDistro() {
|
|
}
|
|
#else
|
|
NOTIMPLEMENTED();
|
|
+ return "Unknown";
|
|
#endif
|
|
}
|
|
|