]> git.ipfire.org Git - thirdparty/mtr.git/commit
posix: replace bzero() and index() with modern equivelants 134/head
authorSami Kerola <kerolasa@iki.fi>
Sun, 14 Aug 2016 19:52:47 +0000 (20:52 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 14 Aug 2016 19:56:45 +0000 (20:56 +0100)
commitc7f30fdded5fd31696fbc2ff9b4428edc8aae48b
tree0945dd77f995efa27835d5f7f841e232d419af69
parent73e17d9a02f06fef308bf33551d6dea3b2544bc9
posix: replace bzero() and index() with modern equivelants

Replace bzero() with memset() and index() with strchr().  The earlier
functions are marked as legacy in posix.

Reference: http://pubs.opengroup.org/onlinepubs/009695399/functions/index.html
Reference: http://pubs.opengroup.org/onlinepubs/009695399/functions/bzero.html
curses.c
mtr.c
report.c