on AIX FD_ZERO() is defined in terms of bzero(), so we can't have
authorAndrew Tridgell <tridge@samba.org>
Wed, 11 Jun 2003 05:34:14 +0000 (05:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 11 Jun 2003 05:34:14 +0000 (05:34 +0000)
commit2a227c880db0f233fb1f6dae5851450ea6020f3b
treefdba91dee4d59f2e69c563d8bf8bf71e933a7ff3
parentb843c482f479c9d9f4f358dac8c697a5963265e5
on AIX FD_ZERO() is defined in terms of bzero(), so we can't have
the "don't use bzero" macros.

In general I think it would be better to have a separate script that
checks for deprecated functions like these using grep rather than
using these cpp tricks. They just get us into trouble.
source/include/safe_string.h