summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/inetd.h
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-07-22 21:11:40 +0000
committergreen <green@FreeBSD.org>1999-07-22 21:11:40 +0000
commit14839d0b22c344097dd7d0d16d1653c97ead8969 (patch)
tree312ac73b1e24ed8b241273b984b15f751a93ad71 /usr.sbin/inetd/inetd.h
parentd6cfcc207d41347862910613388f13d548fe2396 (diff)
downloadFreeBSD-src-14839d0b22c344097dd7d0d16d1653c97ead8969.zip
FreeBSD-src-14839d0b22c344097dd7d0d16d1653c97ead8969.tar.gz
This commit encompasses the following changes to inetd:
1. Cleanups of ident_stream. "Evil" stdio is less used. 2. The BSD Copyright was added to the top of builtins.c. 3. As suggested, a timeout is now implemented in the ident service. It defaults to 10 seconds. If enough people want it, I'll make it configurable. Suggested by: msmith
Diffstat (limited to 'usr.sbin/inetd/inetd.h')
-rw-r--r--usr.sbin/inetd/inetd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/inetd/inetd.h b/usr.sbin/inetd/inetd.h
index 1ec4a18..7698113 100644
--- a/usr.sbin/inetd/inetd.h
+++ b/usr.sbin/inetd/inetd.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: inetd.h,v 1.1 1999/07/22 14:11:26 sheldonh Exp $
*/
#include <sys/time.h>
@@ -100,7 +100,7 @@ void endconfig __P((void));
struct servtab *enter __P((struct servtab *));
void freeconfig __P((struct servtab *));
struct servtab *getconfigent __P((void));
-void iderror __P((int, int, FILE *, int));
+void iderror __P((int, int, int, int));
void ident_stream __P((int, struct servtab *));
void machtime_dg __P((int, struct servtab *));
void machtime_stream __P((int, struct servtab *));
OpenPOWER on IntegriCloud