Some systems, notably Sunos4, do not support realloc(NULL, n), so if
authorDavid Dykstra <dwd@samba.org>
Wed, 13 Feb 2002 18:06:36 +0000 (18:06 +0000)
committerDavid Dykstra <dwd@samba.org>
Wed, 13 Feb 2002 18:06:36 +0000 (18:06 +0000)
commitf5be54d6abe3f3a331f40e58f899f66a60165a3c
treed41329038bb1afb5df5c0e625221d199803df979
parent1e19f7ba5fbe801ab2dcc2c48f3b34834542ea84
Some systems, notably Sunos4, do not support realloc(NULL, n), so if
nothing has yet been malloced in flist_expand(), call malloc instead of
realloc.  Problem introduced in revision 1.106 of flist.c on January 25.
flist.c