summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/k_getpwnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/k_getpwnam.c')
-rw-r--r--crypto/heimdal/lib/roken/k_getpwnam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/k_getpwnam.c b/crypto/heimdal/lib/roken/k_getpwnam.c
index 40681cd..81eba28 100644
--- a/crypto/heimdal/lib/roken/k_getpwnam.c
+++ b/crypto/heimdal/lib/roken/k_getpwnam.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: k_getpwnam.c,v 1.9 1999/12/02 16:58:47 joda Exp $");
+RCSID("$Id: k_getpwnam.c 14773 2005-04-12 11:29:18Z lha $");
#endif /* HAVE_CONFIG_H */
#include "roken.h"
@@ -41,7 +41,7 @@ RCSID("$Id: k_getpwnam.c,v 1.9 1999/12/02 16:58:47 joda Exp $");
#include <shadow.h>
#endif
-struct passwd *
+struct passwd * ROKEN_LIB_FUNCTION
k_getpwnam (const char *user)
{
struct passwd *p;
OpenPOWER on IntegriCloud