I'd keep the asignment of zero (static int lih_host_held = 0;) because it does not hurt for good compilers and works around a bug in compilers that do not follow the standard.
I might use an ifdef, because this is clearly a bug workaround, and it can have a cost for other compilers. The item could end up in the data section rather than bss. _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
