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