rpms/dhcp/F-12 dhcp-4.1.1-sendDecline.patch,1.1,1.2

Jiří Popelka jpopelka at fedoraproject.org
Thu Mar 25 18:39:02 UTC 2010


Author: jpopelka

Update of /cvs/pkgs/rpms/dhcp/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26432

Modified Files:
	dhcp-4.1.1-sendDecline.patch 
Log Message:
Removed unused variable

dhcp-4.1.1-sendDecline.patch:
 dhc6.c |  161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 152 insertions(+), 9 deletions(-)

Index: dhcp-4.1.1-sendDecline.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-12/dhcp-4.1.1-sendDecline.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- dhcp-4.1.1-sendDecline.patch	24 Mar 2010 10:59:17 -0000	1.1
+++ dhcp-4.1.1-sendDecline.patch	25 Mar 2010 18:39:02 -0000	1.2
@@ -122,7 +122,7 @@ diff -up dhcp-4.1.1/client/dhc6.c.sendDe
 +	struct client_state *client;
 +	struct data_string ds;
 +	int send_ret;
-+	struct timeval elapsed, tv;
++	struct timeval tv;
 +
 +	client = input;
 +



More information about the scm-commits mailing list