Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/gum



Date:	Thursday July 29, 1999 @ 11:10
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/gum
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv16400/gum

Modified Files:
	ChangeLog id.c 
Log Message:
	* id.c: Added some functional prototypes to get some of the
	warnings. 



****************************************

Index: Vanilla/gum/ChangeLog
diff -u Vanilla/gum/ChangeLog:1.5 Vanilla/gum/ChangeLog:1.6
--- Vanilla/gum/ChangeLog:1.5	Wed Jul 28 19:49:42 1999
+++ Vanilla/gum/ChangeLog	Thu Jul 29 11:10:48 1999
@@ -1,3 +1,8 @@
+Thu Jul 29 00:05:45 1999  Bob Tanner  <tanner@real-time.com>
+
+	* id.c: Added some functional prototypes to get some of the
+	warnings. 
+
 Wed Jul 28 18:52:08 1999  Bob Tanner  <tanner@real-time.com>
 
 	* Makefile.am (gum_SOURCES): Do not need getugroups.c.
@@ -39,6 +44,6 @@
 	* signals.c (on_About_activate): revise about screen to show who
 	to complain to.
 
-	$Id: ChangeLog,v 1.5 1999/07/29 00:49:42 tanner Exp $	
+	$Id: ChangeLog,v 1.6 1999/07/29 16:10:48 tanner Exp $	
 
 
Index: Vanilla/gum/id.c
diff -u Vanilla/gum/id.c:1.2 Vanilla/gum/id.c:1.3
--- Vanilla/gum/id.c:1.2	Wed Jul 28 03:26:56 1999
+++ Vanilla/gum/id.c	Thu Jul 29 11:10:48 1999
@@ -11,8 +11,10 @@
 static void print_group __P ((gid_t gid));
 static char* gid_to_string(uid_t gid);
 static void print_group_list __P ((char *username));
+int getugroups (int, gid_t *, char *);
 int get_all_groups(char*, gid_t **);
 int search_4group(gid_t, int, gid_t *);
+void *xmalloc (size_t n);
 
 int
 search_4group(gid_t group, int count, gid_t *supp_groups)