Replace bzero() with memset(). bzero() is removed in POSIX-2008
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 17 Oct 2011 09:15:22 +0000 (11:15 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 17 Oct 2011 09:15:22 +0000 (11:15 +0200)
commit4cf3676b7256dbd60a44d00b4aa0d88ade400aae
tree1dcd77f7ff0ff861dfe8718e5b80888db4969a3e
parent8655e0f280096836ae9af9bca6417c4d9b07f7ac
Replace bzero() with memset(). bzero() is removed in POSIX-2008
src/timefunc.cpp