--------------------------------------------------------------------------------
Commit by scotth on Tue Mar 27 17:57:03 PST 2001 of files:
failsafe/FailSafe/cluster_admin/cmd/cdbutil admin.c attr.c lock.c loginfo.c
value.c
Update of /oss/CVS/cvs/failsafe/FailSafe/cluster_admin/cmd/cdbutil
In directory oss.sgi.com:/tmp/cvs-serv21529/cluster_admin/cmd/cdbutil
Modified Files:
admin.c attr.c lock.c loginfo.c value.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.
|