summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/getdtablesize.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/getdtablesize.c')
-rw-r--r--crypto/heimdal/lib/roken/getdtablesize.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/getdtablesize.c b/crypto/heimdal/lib/roken/getdtablesize.c
index 183e8ff..a6ef38b 100644
--- a/crypto/heimdal/lib/roken/getdtablesize.c
+++ b/crypto/heimdal/lib/roken/getdtablesize.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: getdtablesize.c,v 1.11 2001/06/20 00:00:38 joda Exp $");
+RCSID("$Id: getdtablesize.c 14773 2005-04-12 11:29:18Z lha $");
#endif
#include "roken.h"
@@ -64,7 +64,8 @@ RCSID("$Id: getdtablesize.c,v 1.11 2001/06/20 00:00:38 joda Exp $");
#include <sys/sysctl.h>
#endif
-int getdtablesize(void)
+int ROKEN_LIB_FUNCTION
+getdtablesize(void)
{
int files = -1;
#if defined(HAVE_SYSCONF) && defined(_SC_OPEN_MAX)
OpenPOWER on IntegriCloud