From 6b4863f6d58fd4dea5041b243f2354686e806f50 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Fri, 1 Aug 2014 19:24:13 +0200 Subject: [PATCH] dhclient - Remove unused field 'next' from struct timeout. - There's only one timeout now, not a list. Taken-from: OpenBSD --- sbin/dhclient/dhcpd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 6b208c97ab..04710022db 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: src/sbin/dhclient/dhcpd.h,v 1.76 2012/07/09 16:21:21 krw Exp $ */ +/* $OpenBSD: src/sbin/dhclient/dhcpd.h,v 1.77 2012/08/18 00:23:30 krw Exp $ */ /* * Copyright (c) 2004 Henning Brauer @@ -188,7 +188,6 @@ struct interface_info { }; struct timeout { - struct timeout *next; time_t when; void (*func)(void); }; -- 2.41.0