From aa74085ae8ac5aff14b9c328d384bbdf4b6e2adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 15 Apr 1999 02:42:03 +0200 Subject: [PATCH] Minor change in f_setgid(). Rev: src/modules/system/system.c:1.66 --- src/modules/system/system.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/system/system.c b/src/modules/system/system.c index fa04e31fc0..1ca078b68f 100644 --- a/src/modules/system/system.c +++ b/src/modules/system/system.c @@ -1,5 +1,5 @@ /* - * $Id: system.c,v 1.65 1999/04/07 23:07:50 hubbe Exp $ + * $Id: system.c,v 1.66 1999/04/15 00:42:03 grubba Exp $ * * System-call module for Pike * @@ -15,7 +15,7 @@ #include "system_machine.h" #include "system.h" -RCSID("$Id: system.c,v 1.65 1999/04/07 23:07:50 hubbe Exp $"); +RCSID("$Id: system.c,v 1.66 1999/04/15 00:42:03 grubba Exp $"); #ifdef HAVE_WINSOCK_H #include <winsock.h> #endif @@ -536,7 +536,7 @@ void f_setuid(INT32 args) #ifdef HAVE_SETGID void f_setgid(INT32 args) { - int id; + INT_TYPE id; #ifdef PIKE_SECURITY if(!CHECK_SECURITY(SECURITY_BIT_SECURITY)) -- GitLab