Fix warning with newer compiler -Khem Upstream-Status: Pending --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c @@ -116,7 +116,7 @@ char *PyCursesVersion = "2.2"; #defines many common symbols (such as "lines") which breaks the curses module in other ways. So the code will just specify explicit prototypes here. */ -extern int setupterm(char *,int,int *); +//extern int setupterm(char *,int,int *); #ifdef __sgi #include #endif c='/cgit.png' alt='cgit logo'/> index : openembedded-core.git
Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/scripts/runqemu-gen-tapdevs
AgeCommit message (Expand)AuthorFiles
2016-04-06runqemu-gen-tapdevs: Add note about NetworkManager & tap devicesSaul Wold1
2013-05-16runqemu: Replace use of ifconfig with ipKhem Raj1
2012-09-24runqemu: work with tap device names that end with a colonScott Garman1
2012-08-02runqemu-gen-tapdevs: add UID to CL optionsElizabeth Flanagan1