--------------------------------------------------------------------------------
Commit by scotth on Tue Mar 27 17:57:05 PST 2001 of files:
failsafe/FailSafe/cluster_admin/misc/src killall.c
Update of /oss/CVS/cvs/failsafe/FailSafe/cluster_admin/misc/src
In directory oss.sgi.com:/tmp/cvs-serv21529/cluster_admin/misc/src
Modified Files:
killall.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.
|