|
|
| version 1.2, 2003/06/17 04:27:08 | version 1.3, 2003/11/14 03:54:31 |
|---|---|
| Line 33 | Line 33 |
| * @(#) Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. | * @(#) Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. |
| * @(#)talkd.c 8.1 (Berkeley) 6/4/93 | * @(#)talkd.c 8.1 (Berkeley) 6/4/93 |
| * $FreeBSD: src/libexec/talkd/talkd.c,v 1.11.2.1 2001/10/18 12:30:42 des Exp $ | * $FreeBSD: src/libexec/talkd/talkd.c,v 1.11.2.1 2001/10/18 12:30:42 des Exp $ |
| * $DragonFly: src/libexec/talkd/talkd.c,v 1.1 2003/06/16 05:00:43 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| /* | /* |
| Line 69 char hostname[MAXHOSTNAMELEN]; | Line 69 char hostname[MAXHOSTNAMELEN]; |
| #define TIMEOUT 30 | #define TIMEOUT 30 |
| #define MAXIDLE 120 | #define MAXIDLE 120 |
| void process_request __P((CTL_MSG *, CTL_RESPONSE *)); | void process_request (CTL_MSG *, CTL_RESPONSE *); |
| void timeout(); | void timeout(); |
| int | int |