examples/testsmbc.c - substitute deprecated function "bzero" with "memset"
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 20 Feb 2012 08:27:13 +0000 (09:27 +0100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 22 Feb 2012 22:57:24 +0000 (23:57 +0100)
commited405df823b9238baf49e3f9b84146eef6ce64ec
treed6893191d1b447e0b819acb6e1446f295f68d90a
parentb2ff4b06d65f26eed913eb472a6660e7e26f8389
examples/testsmbc.c - substitute deprecated function "bzero" with "memset"

Here we do not make any use of libreplace and hence it would be overkill
to include the right headers for Solaris.

This fixes bug: https://bugzilla.samba.org/show_bug.cgi?id=8767

Signed-off-by: Andrew Tridgell <tridge@samba.org>
examples/libsmbclient/testsmbc.c