git: 0cc8506c5124 - main - dhclient: remove unused primary_address
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 May 2024 04:18:34 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=0cc8506c512481cf08af70c1c726062debbd70b1 commit 0cc8506c512481cf08af70c1c726062debbd70b1 Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2024-05-24 15:55:59 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-25 04:17:08 +0000 dhclient: remove unused primary_address Its last use was removed in 396c7521364. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1257 Differential Revsiion: https://reviews.freebsd.org/D42717 --- sbin/dhclient/dhcpd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 399b5c1ecf6c..a80c5bd8f23e 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -199,7 +199,6 @@ struct client_state { struct interface_info { struct interface_info *next; struct hardware hw_address; - struct in_addr primary_address; char name[IFNAMSIZ]; int rfdesc; int wfdesc;