summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libcsupport/src/getpwent.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/getpwent.c b/cpukit/libcsupport/src/getpwent.c
index 618f318885..1629adef5b 100644
--- a/cpukit/libcsupport/src/getpwent.c
+++ b/cpukit/libcsupport/src/getpwent.c
@@ -43,6 +43,11 @@ static FILE *group_fp;
static char grbuf[200];
static struct group grent;
+/*
+ * Prototype to avoid warning
+ */
+void init_etc_passwd_group(void);
+
/**
* Initialize useable but dummy databases
*/