Remove os_strncpy()
authorJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 08:43:28 +0000 (11:43 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 12:55:00 +0000 (15:55 +0300)
commit2f243b804a9571fe6aafa795e20e8b6df2e4aac4
tree1d1e8bad083144e0fb457e4f9285bb790a60eb0c
parent24f051eb148dacaaa000a2d200a77590d3bab363
Remove os_strncpy()

os_strlpcy() should be used instead of os_strncpy() to guarantee null
termination. Since there are no remaining strncpy uses, remove
os_strncpy() definition.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/utils/os.h