#! /bin/sh /usr/share/dpatch/dpatch-run ## 001_libgroup_cleanup.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad redhat-cluster-suite-2.20070430~/group/lib/libgroup.c redhat-cluster-suite-2.20070430/group/lib/libgroup.c --- redhat-cluster-suite-2.20070430~/group/lib/libgroup.c 2007-04-30 13:31:52.000000000 +0200 +++ redhat-cluster-suite-2.20070430/group/lib/libgroup.c 2007-04-30 14:22:35.000000000 +0200 @@ -379,7 +379,7 @@ { char buf[GROUPD_MSGLEN], *argv[MAXARGS]; char *p; - int act, argc, rv, i, count, *nodeids; + int act, argc, rv, count, *nodeids; struct group_handle *h = (struct group_handle *) handle; VALIDATE_HANDLE(h); @@ -495,7 +495,7 @@ { char buf[GROUPD_MSGLEN]; char data_buf[sizeof(group_data_t)]; - int fd, rv, len; + int fd, rv; fd = connect_groupd(); if (fd < 0)