From: Morten Helgesen <morten.helgesen@nextframe.net>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.5.64-ac4
Date: Fri, 14 Mar 2003 17:53:17 +0100 [thread overview]
Message-ID: <20030314165317.GA543@toosexy> (raw)
In-Reply-To: <200303141509.h2EF9R017016@devserv.devel.redhat.com>
Hi Alan,
On Fri, Mar 14, 2003 at 10:09:27AM -0500, Alan Cox wrote:
> Linux 2.5.64-ac4
it looks like someone changed the prototypes in includes/linux/fb.h
without changing the actual functions ...
-extern void cfb_fillrect(struct fb_info *info, struct fb_fillrect *rect);
-extern void cfb_copyarea(struct fb_info *info, struct fb_copyarea *area);
-extern void cfb_imageblit(struct fb_info *info, struct fb_image *image);
+extern void cfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect);
+extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
+extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image);
drivers/video/cfbcopyarea.c:346: conflicting types for `cfb_copyarea'
include/linux/fb.h:459: previous declaration of `cfb_copyarea'
make[3]: *** [drivers/video/cfbcopyarea.o] Error 1
make[2]: *** [drivers/video] Error 2
== Morten
--
"Livet er ikke for nybegynnere" - sitat fra en klok person.
Morten Helgesen
UNIX System Administrator & C Developer
Nextframe AS
morten.helgesen@nextframe.net / 93445641
http://www.nextframe.net
next prev parent reply other threads:[~2003-03-14 16:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-14 15:09 Linux 2.5.64-ac4 Alan Cox
2003-03-14 15:31 ` 2.5.64-ac4: mpparse.c doesn't compile Adrian Bunk
2003-03-14 15:32 ` Alan Cox
2003-03-14 16:53 ` Morten Helgesen [this message]
2003-03-14 18:34 ` Linux 2.5.64-ac4 Morten Helgesen
2003-03-14 17:28 ` Top stack (l)users for 2.5.64-ac4 Joern Engel
2003-03-14 17:41 ` Jens Axboe
2003-03-14 17:59 ` Randy.Dunlap
2003-03-14 18:03 ` Jens Axboe
2003-03-14 19:09 ` [patch] v4l: v4l1-compat update Gerd Knorr
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=20030314165317.GA543@toosexy \
--to=morten.helgesen@nextframe.net \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox