--------------------------------------------------------------------------------
Commit by scotth on Tue Mar 27 17:57:07 PST 2001 of files:
failsafe/FailSafe/cluster_services/lib/libci/src/misc ci_cfgcksum.c ci_malloc.c
ci_md5.c ci_nlist.c
Update of /oss/CVS/cvs/failsafe/FailSafe/cluster_services/lib/libci/src/misc
In directory oss.sgi.com:/tmp/cvs-serv21529/cluster_services/lib/libci/src/misc
Modified Files:
ci_cfgcksum.c ci_malloc.c ci_md5.c ci_nlist.c
Log Message:
Each file has one or more of the following fixes:
1- include correct headers for prototypes and other definitions.
(including changing <strings.h> to <string.h>)
2- use "0" instead of "NULL" when not using pointers.
3- putting () around assignments used as tests.
4- misc other typo fixes.
ref bugzilla #61.
|