+2001-06-21 Ezra Peisach <epeisach@mit.edu>
+
+ * telnetd.c: Add prototypes for getent() and tgetent().
+
2001-06-21 Ezra Peisach <epeisach@mit.edu>
* configure.in: Test if prototypes needed for setenv and unsetenv.
#include "telnetd.h"
#include "pathnames.h"
+
+extern int getent(char *, char *);
+extern int tgetent(char *, char *);
+
#if defined(_SC_CRAY_SECURE_SYS) && !defined(SCM_SECURITY)
/*
* UNICOS 6.0/6.1 do not have SCM_SECURITY defined, so we can
# include <sys/ptyvar.h>
#endif
-
/*
* Because of the way ptyibuf is used with streams messages, we need
* ptyibuf+1 to be on a full-word boundary. The following wierdness