Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/suspend/files: suspend-0.9_pre0-errno.patch
Date: Mon, 04 Oct 2010 22:54:05
Message-Id: 20101004225359.CB45820051@flycatcher.gentoo.org
1 xmw 10/10/04 22:53:59
2
3 Added: suspend-0.9_pre0-errno.patch
4 Log:
5 Add errno.patch
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-power/suspend/files/suspend-0.9_pre0-errno.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/files/suspend-0.9_pre0-errno.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/files/suspend-0.9_pre0-errno.patch?rev=1.1&content-type=text/plain
13
14 Index: suspend-0.9_pre0-errno.patch
15 ===================================================================
16 --- swsusp.h.orig 2010-10-03 13:40:47.000000000 -0600
17 +++ swsusp.h 2010-10-04 14:38:38.000000000 -0600
18 @@ -11,6 +11,7 @@
19
20 #include <stdint.h>
21 #include <linux/fs.h>
22 +#include <errno.h>
23
24 #include "suspend_ioctls.h"
25 #include "encrypt.h"