summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/strupr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/strupr.c')
-rw-r--r--crypto/heimdal/lib/roken/strupr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/roken/strupr.c b/crypto/heimdal/lib/roken/strupr.c
index 9d136e0..2a53226 100644
--- a/crypto/heimdal/lib/roken/strupr.c
+++ b/crypto/heimdal/lib/roken/strupr.c
@@ -33,15 +33,15 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: strupr.c,v 1.5 2003/04/14 11:46:41 lha Exp $");
+RCSID("$Id: strupr.c 21005 2007-06-08 01:54:35Z lha $");
#endif
#include <string.h>
#include <ctype.h>
-#include <roken.h>
+#include "roken.h"
#ifndef HAVE_STRUPR
-char *
+char * ROKEN_LIB_FUNCTION
strupr(char *str)
{
char *s;
OpenPOWER on IntegriCloud