Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/rarpd Kill no longer used variable decl.
details: https://anonhg.NetBSD.org/src/rev/98489889a639
branches: trunk
changeset: 502080:98489889a639
user: enami <enami%NetBSD.org@localhost>
date: Thu Jan 11 13:06:28 2001 +0000
description:
Kill no longer used variable decl.
diffstat:
usr.sbin/rarpd/rarpd.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 70ae874df496 -r 98489889a639 usr.sbin/rarpd/rarpd.c
--- a/usr.sbin/rarpd/rarpd.c Thu Jan 11 11:54:21 2001 +0000
+++ b/usr.sbin/rarpd/rarpd.c Thu Jan 11 13:06:28 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rarpd.c,v 1.41 2001/01/11 01:43:25 lukem Exp $ */
+/* $NetBSD: rarpd.c,v 1.42 2001/01/11 13:06:28 enami Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -28,7 +28,7 @@
#endif /* not lint */
#ifndef lint
-__RCSID("$NetBSD: rarpd.c,v 1.41 2001/01/11 01:43:25 lukem Exp $");
+__RCSID("$NetBSD: rarpd.c,v 1.42 2001/01/11 13:06:28 enami Exp $");
#endif
@@ -137,8 +137,6 @@
int argc;
char **argv;
{
- extern char *__progname;
-
int op;
char *ifname, *hostname;
Home |
Main Index |
Thread Index |
Old Index