summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-09-26 00:55:53 +0000
committerdes <des@FreeBSD.org>1998-09-26 00:55:53 +0000
commit813a76e7c2c3faee577231049fa983dc48c7de53 (patch)
tree74ede647f85f6b2f1929cca7ab00c6ee606145c2 /sys/i386/ibcs2
parent9cb29011f9bc626b6cfc8dbf54553165aa5adbf9 (diff)
downloadFreeBSD-src-813a76e7c2c3faee577231049fa983dc48c7de53.zip
FreeBSD-src-813a76e7c2c3faee577231049fa983dc48c7de53.tar.gz
Silence a harmless warning.
Diffstat (limited to 'sys/i386/ibcs2')
-rw-r--r--sys/i386/ibcs2/ibcs2_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c
index b50cc59..c2b1a55 100644
--- a/sys/i386/ibcs2/ibcs2_misc.c
+++ b/sys/i386/ibcs2/ibcs2_misc.c
@@ -45,7 +45,7 @@
*
* @(#)sun_misc.c 8.1 (Berkeley) 6/18/93
*
- * $Id: ibcs2_misc.c,v 1.28 1998/08/17 17:53:12 bde Exp $
+ * $Id: ibcs2_misc.c,v 1.29 1998/08/17 18:12:52 bde Exp $
*/
/*
@@ -611,7 +611,7 @@ ibcs2_getgroups(p, uap)
struct ibcs2_getgroups_args *uap;
{
int error, i;
- ibcs2_gid_t *iset;
+ ibcs2_gid_t *iset = NULL;
struct getgroups_args sa;
gid_t *gp;
caddr_t sg = stackgap_init();
OpenPOWER on IntegriCloud