The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=17cccb6f909203e29e7d013d54e3e3620b34769a

commit 17cccb6f909203e29e7d013d54e3e3620b34769a
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2024-09-22 13:32:00 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2024-09-22 13:32:00 +0000

    libsa: Fix a comment to be less vague
    
    Be more specific about where this is used.
    
    Sponsored by:           Netflix
---
 stand/libsa/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile
index dda3bfcea88f..6064a6780921 100644
--- a/stand/libsa/Makefile
+++ b/stand/libsa/Makefile
@@ -164,7 +164,7 @@ CFLAGS.bzipfs.c+= -I${SRCTOP}/contrib/bzip2  -DBZ_NO_STDIO 
-DBZ_NO_COMPRESS
 .PATH: ${SYSDIR}/libkern
 SRCS+=  explicit_bzero.c crc32_libkern.c
 
-# Bits from GELI which are reused elsewhere
+# Bits from GELI reused for some random seeding cases
 .PATH: ${SYSDIR}/geom/eli
 SRCS+= g_eli_hmac.c pkcs5v2.c
 

Reply via email to