telnetd/telnet
Stephen Heumann a1e8056a8b Remove (most) instances of casting between incompatible function pointer types in telnet/commands.c.
This was generally resolved by adding extra unused parameters to functions, to standardize their signature to what their pointer was being cast to.

This should avoid issues of possible stack corruption due to the ORCA/C calling convention.
2015-06-01 17:33:25 -05:00
..
baud.h Add baud rate support to telnet(1) 2014-11-11 04:06:05 +00:00
commands.c Remove (most) instances of casting between incompatible function pointer types in telnet/commands.c. 2015-06-01 17:33:25 -05:00
defines.h Very large style makeover. 2001-11-30 21:06:38 +00:00
externs.h Remove (most) instances of casting between incompatible function pointer types in telnet/commands.c. 2015-06-01 17:33:25 -05:00
fdset.h This commit was generated by cvs2svn to compensate for changes in r29088, 1997-09-04 06:11:16 +00:00
general.h This commit was generated by cvs2svn to compensate for changes in r29088, 1997-09-04 06:11:16 +00:00
main.c Misc. small changes for GNO and ORCA/C compatibility 2015-05-31 15:27:34 -05:00
network.c Remove (most) instances of casting between incompatible function pointer types in telnet/commands.c. 2015-06-01 17:33:25 -05:00
ring.c Get rid of __FBSDID macros, which aren't defined in GNO (and thus prevent compilation). 2015-05-30 22:26:48 -05:00
ring.h Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
sys_bsd.c Get rid of __FBSDID macros, which aren't defined in GNO (and thus prevent compilation). 2015-05-30 22:26:48 -05:00
telnet.1 Add baud rate support to telnet(1) 2014-11-11 04:06:05 +00:00
telnet.c Remove (most) instances of casting between incompatible function pointer types in telnet/commands.c. 2015-06-01 17:33:25 -05:00
terminal.c Get rid of __FBSDID macros, which aren't defined in GNO (and thus prevent compilation). 2015-05-30 22:26:48 -05:00
types.h Misc. small changes for GNO and ORCA/C compatibility 2015-05-31 15:27:34 -05:00
utilities.c Misc. small changes for GNO and ORCA/C compatibility 2015-05-31 15:27:34 -05:00