diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2006-12-12 20:20:32 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2006-12-12 20:20:32 +0000 |
commit | 908b701b795e5ce7fb431e051ccbb1350b1a8bea (patch) | |
tree | 3822c14f9b7bb6b12deefac0f6a0c6e8d354ab74 /sys-fs/dazuko | |
parent | Added amd64 keyword wrt bug #144723 (diff) | |
download | gentoo-2-908b701b795e5ce7fb431e051ccbb1350b1a8bea.tar.gz gentoo-2-908b701b795e5ce7fb431e051ccbb1350b1a8bea.tar.bz2 gentoo-2-908b701b795e5ce7fb431e051ccbb1350b1a8bea.zip |
Minor patch fixup
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-fs/dazuko')
-rw-r--r-- | sys-fs/dazuko/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/dazuko/files/dazuko-2.3.1-suspend2.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-fs/dazuko/ChangeLog b/sys-fs/dazuko/ChangeLog index c0d10d71a5e2..77ca85841502 100644 --- a/sys-fs/dazuko/ChangeLog +++ b/sys-fs/dazuko/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/dazuko # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/ChangeLog,v 1.12 2006/12/12 12:01:03 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/ChangeLog,v 1.13 2006/12/12 20:20:32 alonbl Exp $ + + 12 Dec 2006; Alon Bar-Lev <alonbl@gentoo.org> + files/dazuko-2.3.1-suspend2.patch: + Minor patch fixup *dazuko-2.3.2-r2 (12 Dec 2006) diff --git a/sys-fs/dazuko/files/dazuko-2.3.1-suspend2.patch b/sys-fs/dazuko/files/dazuko-2.3.1-suspend2.patch index fa4df44c4830..b3bd6c88a45f 100644 --- a/sys-fs/dazuko/files/dazuko-2.3.1-suspend2.patch +++ b/sys-fs/dazuko/files/dazuko-2.3.1-suspend2.patch @@ -56,7 +56,7 @@ diff -urNp dazuko-2.3.2.org/dazuko_linux26.c dazuko-2.3.2/dazuko_linux26.c +#if !defined(USE_TRYTOFREEZEVOID) #include <linux/suspend.h> #endif -+#if USE_SUSPEND2 ++#if defined(USE_SUSPEND2) +#include <linux/freezer.h> +#endif #include <asm/uaccess.h> |