HomeClusterLabs Projects

convert each "size_t iov_len" declaration to "unsigned int iov_len"

Description

convert each "size_t iov_len" declaration to "unsigned int iov_len"

Via this command:
git grep -l -E 'size_t[[:blank:]]+iov_len' \

| xargs perl -pi -e 's/((?:^|,)\s*)size_t\s+(iov_len)/${1}unsigned int $2/'

Affected files and (functions/macros):

  • exec/totempg.c (totempg_groups_mcast_groups)

(totempg_groups_send_ok_groups):

  • include/corosync/evs.h (evs_callbacks_t):
  • include/corosync/totem/totempg.h (TOTEMPG_SAFE):
  • lib/evs.c (evs_mcast_joined, evs_mcast_groups):
  • man/cpg_mcast_joined.3:
  • man/evs_mcast_groups.3:
  • man/evs_mcast_joined.3:

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2032 fd59a12c-fef9-0310-b244-a6a79926bd2f

Details

Provenance
Jim Meyering <jim@meyering.net>Authored on Apr 8 2009, 3:56 AM
Parents
rC36eefbadeffc: Convert all "int iov_len" decls to "unsigned int iov_len".
Branches
Unknown
Tags
Unknown

Event Timeline