7d77c17cc1
Previously, if we attempted to build using C99 or later, we got "inline function declared but never defined" warnings and eventual "undefined reference" errors. As a result, it fails to build from source using gcc5. However, if we move the definitions to list.h and add "extern inline" declarations to list.c, which does compile using C99 and later, then it no longer compiles using gnu90, the default for gcc4. To avoid this mess, we remove the inline keywords altogether. Note that this fixes Debian bugs for wmifs [1], wmppp.app [2], and wmtime [3]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778170 [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778172 [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778174 |
||
---|---|---|
.. | ||
wmgeneral | ||
wmppp | ||
BUGS | ||
CHANGES | ||
COPYING | ||
HINTS | ||
INSTALL | ||
README | ||
TODO |
WMPPP-1.3.0 - Public release -------------------------------------------------------------- Authors...: Martijn Pieterse (pieterse@xs4all.nl) Antoine Nulle (warp@xs4all.nl) Note......: Please mail bugreports, comments, suggestions, requests and flames to: wmaker-dev@lists.windowmaker.org The official WMPPP support website address: http://windowmaker.org/dockapps/?name=wmppp.app Description -------------------------------------------------------------- WMPPP features all things the standard pppd offers and gives you some nice additional features too... * Integrated online timer; * Integrated modem RX/TX LED's; * Integrated WMPPP status LED; * Integrated autoscaling PPP transfer statistics; * Integrated CARRIER/CONNECT display; * Integrated bytes/second Speed-O-Meter; * Automatic detection of active ppp interfaces; * User definable scripts for the V and X buttons and also for 'ifdown' which are read from ~/.wmppprc; * 'force' option in /etc/ppp/.wmppprc for sites where users are not allowed to mess with pppd; * Several commandline options (try '-h' for help); WMPPP is being developped on DEC Alpha machines running Linux (RedHat-5.0 and RedHat-5.1), but WMPPP is also intensively tested on x86 and m68k Linux machines... Files -------------------------------------------------------------- README This file. INSTALL Installation instructions. HINTS Hints about what you can do with WMPPP. BUGS Things you don't want to know ;-) CHANGES Description of changes. TODO Things we've already planned for WMPPP. COPYING GNU General Public License Version 2. Bugs -------------------------------------------------------------- If you discover any bugs in this software, please send a bugreport to wmaker-dev@lists.windowmaker.org and describe the problem as detailed! as you can. Copyright -------------------------------------------------------------- WMPPP.app is copyright (c) 1997, 1998 by Martijn Pieterse and Antoine Nulle and licensed through the GNU General Public License. Read the COPYING file for the complete GNU license.