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