diff options
| author | christos <christos@NetBSD.org> | 2001-02-05 00:42:14 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-02-05 00:42:14 +0000 |
| commit | 5813ff28d2110a139386e10f5e3977f3b88dbda8 (patch) | |
| tree | 4ac9d50095c3f5019909ba10629b313da1900a0a /hunt/huntd/get_names.c | |
| parent | a1380bc8ea2c54611fc861ce62df33f7a225a3e7 (diff) | |
| download | bsdgames-darwin-5813ff28d2110a139386e10f5e3977f3b88dbda8.tar.gz bsdgames-darwin-5813ff28d2110a139386e10f5e3977f3b88dbda8.zip | |
remove redundant decls
Diffstat (limited to 'hunt/huntd/get_names.c')
| -rw-r--r-- | hunt/huntd/get_names.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hunt/huntd/get_names.c b/hunt/huntd/get_names.c index 2ca529a8..8f19b9d5 100644 --- a/hunt/huntd/get_names.c +++ b/hunt/huntd/get_names.c @@ -1,4 +1,4 @@ -/* $NetBSD: get_names.c,v 1.5 2001/01/09 23:49:54 lukem Exp $ */ +/* $NetBSD: get_names.c,v 1.6 2001/02/05 00:42:15 christos Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement @@ -7,7 +7,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: get_names.c,v 1.5 2001/01/09 23:49:54 lukem Exp $"); +__RCSID("$NetBSD: get_names.c,v 1.6 2001/02/05 00:42:15 christos Exp $"); #endif /* not lint */ #include "bsd.h" @@ -23,8 +23,6 @@ __RCSID("$NetBSD: get_names.c,v 1.5 2001/01/09 23:49:54 lukem Exp $"); # include "hunt.h" # include "talk_ctl.h" -extern CTL_MSG msg; - static char hostname[MAXHOSTNAMELEN + 1]; char *my_machine_name; |
