15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
$OpenBSD: patch-nspr_pr_tests_nameshm1_c,v 1.4 2020/02/06 08:54:17 landry Exp $
|
|
Index: nspr/pr/tests/nameshm1.c
|
|
--- nspr/pr/tests/nameshm1.c.orig
|
|
+++ nspr/pr/tests/nameshm1.c
|
|
@@ -574,7 +574,9 @@ int main(int argc, char **argv)
|
|
if ( failed_already != 0 ) {
|
|
goto Finished;
|
|
}
|
|
+#if !defined(__OpenBSD__)
|
|
ClientServerTest();
|
|
+#endif
|
|
}
|
|
|
|
Finished:
|