Package: uswsusp / 1.0+20120915-6.2

03_s2ram_ppc_force.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Force option is supported in PPC platform for compatibility with x86 platform (for scripts, tools,...)
Author: Rodolfo García Peñas (kix) <kix@kix.es>
Last-Update: 2011-10-25
--- a/s2ram-ppc.h
+++ b/s2ram-ppc.h
@@ -1,2 +1,6 @@
 /* No additional options for PPC */
-#define HACKS_LONG_OPTS
+#define HACKS_LONG_OPTS \
+	{\
+		"force\0\tDon't do anything, only for compatibility with x86 platform.",\
+		no_argument,		   NULL, 1 \
+	},