[Pkg-shadow-commits] r2315 - upstream/trunk/src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Aug 31 17:28:04 UTC 2008


Author: nekral-guest
Date: 2008-08-31 17:28:03 +0000 (Sun, 31 Aug 2008)
New Revision: 2315

Modified:
   upstream/trunk/src/groups.c
Log:
Name the parameters in the prototypes of the static functions.

Modified: upstream/trunk/src/groups.c
===================================================================
--- upstream/trunk/src/groups.c	2008-08-31 17:27:56 UTC (rev 2314)
+++ upstream/trunk/src/groups.c	2008-08-31 17:28:03 UTC (rev 2315)
@@ -45,7 +45,7 @@
 static char *Prog;
 
 /* local function prototypes */
-static void print_groups (const char *);
+static void print_groups (const char *member);
 
 /*
  * print_groups - print the groups which the named user is a member of




More information about the Pkg-shadow-commits mailing list