summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-08-29 09:15:35 +0000
committerTed Lemon <source@isc.org>1996-08-29 09:15:35 +0000
commite4f88b5ad4a648b410b77da40b8ec5744769f091 (patch)
treeccb757308bff12c81ec18c9a16cb230627eda75b
parent2d59f5901f6c41085c79c367c5059fde15a6f5ed (diff)
downloadisc-dhcp-e4f88b5ad4a648b410b77da40b8ec5744769f091.tar.gz
Remove unused variable
-rw-r--r--client/dhclient.c3
-rw-r--r--dhclient.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index 0e591aa7..ff22faf0 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
-"$Id: dhclient.c,v 1.18 1996/08/28 01:28:53 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.19 1996/08/29 09:15:35 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -72,7 +72,6 @@ int main (argc, argv, envp)
int argc;
char **argv, **envp;
{
- struct in_addr addr;
int i;
struct servent *ent;
struct interface_info *interface;
diff --git a/dhclient.c b/dhclient.c
index 0e591aa7..ff22faf0 100644
--- a/dhclient.c
+++ b/dhclient.c
@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
-"$Id: dhclient.c,v 1.18 1996/08/28 01:28:53 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.19 1996/08/29 09:15:35 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -72,7 +72,6 @@ int main (argc, argv, envp)
int argc;
char **argv, **envp;
{
- struct in_addr addr;
int i;
struct servent *ent;
struct interface_info *interface;