Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.c
authorDavid Dykstra <dwd@samba.org>
Tue, 9 Feb 1999 18:35:29 +0000 (18:35 +0000)
committerDavid Dykstra <dwd@samba.org>
Tue, 9 Feb 1999 18:35:29 +0000 (18:35 +0000)
commitd41c7d025c1725b921ef51c70a705a51b5c36332
tree462ee4add162940a2f8dd2e7b385ccd06d55db4d
parentb86f0cefa23fff464bb68f53b76523cf8ce26436
Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.c
instead of 200.  Move the defines of True and False to rsync.h.  Eliminate
the defines of BOOL in loadparm.c and params.c because it is already
defined in rsync.h.  Changes suggested by Roman Gollent roman.gollent@wdr.com
loadparm.c
params.c
rsync.h
socket.c