--------------------------------------------------------------------------------
Commit by scotth on Tue Mar 27 17:57:05 PST 2001 of files:
failsafe/FailSafe/cluster_services/cmd/srm/admin srm_allocate.c srm_bind.c
srm_discover.c srm_monitor.c srm_probe.c srm_release.c srm_resinfo.c
srm_resstats.c stest.c
Update of /oss/CVS/cvs/failsafe/FailSafe/cluster_services/cmd/srm/admin
In directory oss.sgi.com:/tmp/cvs-serv21529/cluster_services/cmd/srm/admin
Modified Files:
srm_allocate.c srm_bind.c srm_discover.c srm_monitor.c
srm_probe.c srm_release.c srm_resinfo.c srm_resstats.c stest.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.
|