blob: 19a39b73ebddec723596ef9930a3307a03807018 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- src/pet/pet-stubs.c.orig 2024-12-24 19:12:44 UTC
+++ src/pet/pet-stubs.c
@@ -163,6 +163,8 @@ int parallel_cable_cpu_resources_init(void)
{
return -1;
}
+
+#if 0
int rsuser_cmdline_options_init(void)
{
return -1;
@@ -171,3 +173,4 @@ int rsuser_resources_init(void)
{
return -1;
}
+#endif
|