summaryrefslogtreecommitdiff
path: root/comsat
diff options
context:
space:
mode:
Diffstat (limited to 'comsat')
-rw-r--r--comsat/comsat.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 2408a2130..e6abacd19 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -30,6 +30,12 @@
# include <utmp.h>
#endif
+#ifndef HAVE_GETUTENT_CALLS
+extern void setutent __P((void));
+extern struct utmp *getutent __P((void));
+extern void getutent __P((void));
+#endif
+
#ifdef UTMPX
# ifdef HAVE_UTMPX_H
# include <utmpx.h>

Return to:

Send suggestions and report system problems to the System administrator.