Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 08/03/2006 20:07:09
Module Name:	xsrc
Committed By:	mhitch
Date:		Thu Aug  3 20:07:09 UTC 2006

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga: amigaCfb.c

Log Message:
gcc4 is more strict and catches the static definition of functions
conflicting with the extern declaration in cfb.h.  These are copies
of functions defined elsewhere, but were included so as to not
require STATIC_COLOR.  Just rename the functions here, since they
are actually referenced through pointers in pScreen.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 \
    xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaCfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.