forked from pool/virtualbox
3e21ca3b13
Version bump to 5.1.4 OBS-URL: https://build.opensuse.org/request/show/420307 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=265
13 lines
534 B
Diff
13 lines
534 B
Diff
Index: VirtualBox-5.1.4/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_subr.c
|
|
===================================================================
|
|
--- VirtualBox-5.1.4.orig/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_subr.c
|
|
+++ VirtualBox-5.1.4/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_subr.c
|
|
@@ -833,6 +833,7 @@ dt_gmatch(const char *s, const char *p)
|
|
#else
|
|
return (p == NULL || *p == '\0' || RTStrSimplePatternMatch(p, s)); /** @todo implement gmatch. */
|
|
#endif
|
|
+ return 0;
|
|
}
|
|
|
|
char *
|