mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-23 18:33:24 +08:00
75870d7b55
This gets rid of the __P and __V macros that were used so that the code was in theory compilable by a K&R C compiler, and converts the function definitions to ANSI C style. In fact there were already quite a few function definitions in the ANSI C style, so it would not have been compilable by a K&R C compiler in fact. The Solaris and BSD kernel code modules have had __P removed but the function definitions have not been converted. There are some other minor changes here to remove warnings. Signed-off-by: Paul Mackerras <paulus@ozlabs.org> |
||
---|---|---|
.. | ||
Makedefs | ||
Makedefs.gcc | ||
Makedefs.sol2 | ||
Makefile.sol2 | ||
Makefile.sol2-64 | ||
Makefile.sol2-64x | ||
Makefile.sol2gcc | ||
Makefile.sol2gcc-64 | ||
Makefile.sol2gcc-64x | ||
Makefile.top | ||
ppp_ahdlc_mod.c | ||
ppp_ahdlc.c | ||
ppp_comp_mod.c | ||
ppp_comp.c | ||
ppp_mod.c | ||
ppp_mod.h | ||
ppp.c | ||
ppp.conf |