The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0cc8506c512481cf08af70c1c726062debbd70b1

commit 0cc8506c512481cf08af70c1c726062debbd70b1
Author:     Franco Fichtner <fra...@opnsense.org>
AuthorDate: 2024-05-24 15:55:59 +0000
Commit:     Warner Losh <i...@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;

Reply via email to