summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/getegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/getegid.c')
-rw-r--r--crypto/heimdal/lib/roken/getegid.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/getegid.c b/crypto/heimdal/lib/roken/getegid.c
index b6eab85..57ea198 100644
--- a/crypto/heimdal/lib/roken/getegid.c
+++ b/crypto/heimdal/lib/roken/getegid.c
@@ -38,9 +38,10 @@
#ifndef HAVE_GETEGID
-RCSID("$Id: getegid.c,v 1.2 1999/12/02 16:58:46 joda Exp $");
+RCSID("$Id: getegid.c 14773 2005-04-12 11:29:18Z lha $");
-int getegid(void)
+int ROKEN_LIB_FUNCTION
+getegid(void)
{
return getgid();
}
OpenPOWER on IntegriCloud