summaryrefslogtreecommitdiff
path: root/libexec/talkd/announce.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-08 21:18:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-08 21:18:14 +0000
commit699c4ce680db1fb49447b9e177bccaa2b451e33c (patch)
tree5abc4259a7dcc07ab250be730cfe703ce01ffaaf /libexec/talkd/announce.c
parentdc7875ea2fd93df64c33fcce973754bcd62b2343 (diff)
-Wall
Diffstat (limited to 'libexec/talkd/announce.c')
-rw-r--r--libexec/talkd/announce.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c
index fca40351826..432d6a1ecfa 100644
--- a/libexec/talkd/announce.c
+++ b/libexec/talkd/announce.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: announce.c,v 1.10 2000/10/10 12:44:37 itojun Exp $ */
+/* $OpenBSD: announce.c,v 1.11 2001/07/08 21:18:12 deraadt Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
@@ -35,7 +35,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)announce.c 5.9 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: announce.c,v 1.10 2000/10/10 12:44:37 itojun Exp $";
+static char rcsid[] = "$Id: announce.c,v 1.11 2001/07/08 21:18:12 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -66,7 +66,6 @@ announce(request, remote_machine)
CTL_MSG *request;
char *remote_machine;
{
- int pid, status;
char full_tty[MAXPATHLEN];
FILE *tf;
struct stat stbuf;