From: Keith Owens <kaos@ocs.com.au>
To: A Guy Called Tyketto <tyketto@wizard.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: FW: compile problem in 2.4.0-ac3
Date: Mon, 08 Jan 2001 11:42:12 +1100 [thread overview]
Message-ID: <9034.978914532@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Sun, 07 Jan 2001 15:02:40 -0800." <20010107150240.A7070@wizard.com>
On Sun, 7 Jan 2001 15:02:40 -0800,
A Guy Called Tyketto <tyketto@wizard.com> wrote:
>I'm still seeing
>
>#include <linuxpi.h>
>
> at line 25 of acpi_ksyms.c. This is also the same line, in
>patch-2.4.0-ac2 (counted the lines of each). Neither patches compile from this.
Not happening here. -ac2 and -ac3 have the same text.
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.4.0/drivers/acpi/acpi_ksyms.c linux.ac/drivers/acpi/acpi_ksyms.c
--- linux-2.4.0/drivers/acpi/acpi_ksyms.c Thu Jan 1 01:00:00 1970
+++ linux.ac/drivers/acpi/acpi_ksyms.c Wed Jan 3 16:49:59 2001
@@ -0,0 +1,91 @@
+/*
+ * ksyms.c - ACPI exported symbols
+ *
+ * Copyright (C) 2000 Andrew Grover
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it 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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#include <linux/module.h>
+#include <linux/init.h>
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/acpi.h> <== line 25
+#include "acpi.h"
You have corrupted your patch and/or source.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2001-01-08 0:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-07 12:32 FW: compile problem in 2.4.0-ac3 A Guy Called Tyketto
2001-01-07 12:57 ` Keith Owens
2001-01-07 23:02 ` A Guy Called Tyketto
2001-01-08 0:42 ` Keith Owens [this message]
2001-01-08 2:57 ` A Guy Called Tyketto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9034.978914532@ocs3.ocs-net \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=tyketto@wizard.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.