SysIII/usr/src/lib/lib2/getgid.c

Compare this file to the similar file:
Show the results in this format:

static char	sccsid[] = "@(#)getgid.c	4.1";

getgid() {

	return (0);
}

getegid() {

	return (0);
}