The code in ftpd dups the socket to stdin, and then uses fd 0
explicitly throughout the code. Clarify this slightly in
the non-blacklist code. Make the blacklist_notify routine
use STDIN_FILENO so as to have less of a "magic number" feel
to the code.
Sponsored by: The FreeBSD Foundation