diff options
Diffstat (limited to 'sys-power/suspend/files/suspend-0.9_pre0-errno.patch')
-rw-r--r-- | sys-power/suspend/files/suspend-0.9_pre0-errno.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-power/suspend/files/suspend-0.9_pre0-errno.patch b/sys-power/suspend/files/suspend-0.9_pre0-errno.patch new file mode 100644 index 000000000000..ea8a378a5abe --- /dev/null +++ b/sys-power/suspend/files/suspend-0.9_pre0-errno.patch @@ -0,0 +1,10 @@ +--- swsusp.h.orig 2010-10-03 13:40:47.000000000 -0600 ++++ swsusp.h 2010-10-04 14:38:38.000000000 -0600 +@@ -11,6 +11,7 @@ + + #include <stdint.h> + #include <linux/fs.h> ++#include <errno.h> + + #include "suspend_ioctls.h" + #include "encrypt.h" |