Switch from memmove() to memcpy() where appropriate; simplify address
authorguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 09:59:42 +0000 (09:59 +0000)
committerguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 09:59:42 +0000 (09:59 +0000)
commitff39402c53c964a5dfb3eecd86191bdebdb6623e
tree7b954bd6043b5aee6c5b484d0e1801027920d34d
parent0680d6d658e248953fdce1c83db7ce0da700274c
Switch from memmove() to memcpy() where appropriate; simplify address
parsing logic; eliminate an inefficient use of MIN() macro
usr.bin/telnet/commands.c
usr.bin/telnet/ring.c
usr.bin/telnet/sys_bsd.c