Module Name:    src
Committed By:   kre
Date:           Thu Feb 13 02:56:03 UTC 2025

Modified Files:
        src/external/bsd/dhcpcd/dist/src: ipv6.c

Log Message:
Supply a forgotten ';' in conditionally compiled code.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bsd/dhcpcd/dist/src/ipv6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/dhcpcd/dist/src/ipv6.c
diff -u src/external/bsd/dhcpcd/dist/src/ipv6.c:1.20 src/external/bsd/dhcpcd/dist/src/ipv6.c:1.21
--- src/external/bsd/dhcpcd/dist/src/ipv6.c:1.20	Wed Feb 12 19:23:13 2025
+++ src/external/bsd/dhcpcd/dist/src/ipv6.c	Thu Feb 13 02:56:03 2025
@@ -626,7 +626,7 @@ ipv6_deletedaddr(struct ipv6_addr *ia)
 #endif
 
 #if !defined(DHCP6) || (!defined(PRIVSEP) && defined(SMALL))
-	UNUSED(ia)
+	UNUSED(ia);
 #endif
 }
 

Reply via email to