From be747a49c296badff3ed58a778fb93928f65a074 Mon Sep 17 00:00:00 2001 From: fake Date: Mon, 27 Mar 2006 09:21:33 +0000 Subject: [PATCH] fake: ampd: fix include of non-userspace-exported file [2006032622170104240] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7365 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x86/apmd/hotfixes.patch | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/package/x86/apmd/hotfixes.patch b/package/x86/apmd/hotfixes.patch index b780a392b..15a0443a5 100644 --- a/package/x86/apmd/hotfixes.patch +++ b/package/x86/apmd/hotfixes.patch @@ -1,25 +1,6 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/x86/apmd/hotfixes.patch -# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - --- ./apmsleep.c.orig 2001-05-11 22:30:08.000000000 +0200 -+++ ./apmsleep.c 2002-09-15 17:38:51.000000000 +0200 -@@ -42,11 +42,15 @@ ++++ ./apmsleep.c 2006-03-26 21:15:27.000000000 +0200 +@@ -42,14 +42,18 @@ * */ @@ -35,4 +16,8 @@ +// #include #endif - #include +-#include ++#include + #include + #include + #include