coreboot-kgpe-d16/payloads/libpayload/curses/PDCurses-3.4
Stefan Reinauer 8d225f141d libpayload: Fix variable shadowing in PDCurses
PDCurses has a function called overlay() and also uses
overlay as a variable name in some functions.

This patch fixes the ambiguity that caused warnings like
curses/PDCurses-3.4/pdcurses/overlay.c: In function '_copy_win':
curses/PDCurses-3.4/pdcurses/overlay.c:51:39: warning: declaration of 'overlay' shadows a global declaration [-Wshadow]
In file included from curses/PDCurses-3.4/curspriv.h:16:0,
                 from curses/PDCurses-3.4/pdcurses/overlay.c:3:
curses/PDCurses-3.4/curses.h:1014:9: warning: shadowed declaration is here [-Wshadow]

Change-Id: I907653df0c8bb32c98bdcbc6476e94d2da6e0e90
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2906
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2013-03-26 19:13:29 +01:00
..
demos libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
doc
dos libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
os2 libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
pdcurses libpayload: Fix variable shadowing in PDCurses 2013-03-26 19:13:29 +01:00
sdl1 libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
win32 libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
x11 libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
HISTORY
IMPLEMNT
Makefile.in
PDCurses.spec
README
aclocal.m4
config.h.in
configure.ac
curses.h libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
curspriv.h
exp-base.def
exp-wide.def
install-sh
libobjs.mif
makedist.mif
panel.h
term.h libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
version.mif
watcom.mif

README

Welcome to PDCurses!
====================

Public Domain Curses, aka PDCurses, is an implementation of X/Open 
curses for multiple platforms. The latest version can be found at:

   http://pdcurses.sourceforge.net/

For changes, see the HISTORY file.


Legal Stuff
-----------

The core package is in the public domain, but small portions of PDCurses 
are subject to copyright under various licenses.  Each directory 
contains a README file, with a section titled "Distribution Status" 
which describes the status of the files in that directory.

If you use PDCurses in an application, an acknowledgement would be 
appreciated, but is not mandatory. If you make corrections or 
enhancements to PDCurses, please forward them to the current maintainer 
for the benefit of other users.

This software is provided AS IS with NO WARRANTY whatsoever.


Ports
-----

PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory 
containing the port-specific source files exists for each of these 
platforms. Build instructions are in the README file for each platform.


Distribution Status
-------------------

All files in this directory except configure, config.guess and 
config.sub are released to the Public Domain. config.guess and 
config.sub are under the GPL; configure is under a free license 
described within it.


Maintainer
----------

William McBrine <wmcbrine@users.sf.net>