Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2025 12:03:23 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f049b71c24c7 - stable/15 - libc: compat.h: Remove a superfluous blank line at end
Message-ID:  <202509231203.58NC3NmH008118@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by olce:

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

commit f049b71c24c70e5edcb4c3a58c38c895926a590a
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-09-15 16:54:23 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-09-23 12:02:35 +0000

    libc: compat.h: Remove a superfluous blank line at end
    
    No functional change (intended).
    
    MFC after:      5 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 580d2d429598e6eb3549f9ea7490d10e19904f7c)
---
 lib/libc/include/compat.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h
index 97f22607ddd7..630ffe7daae3 100644
--- a/lib/libc/include/compat.h
+++ b/lib/libc/include/compat.h
@@ -80,4 +80,3 @@ __sym_compat(setgroups, freebsd14_setgroups, FBSD_1.0);
 #undef __weak_reference
 
 #endif	/* __LIBC_COMPAT_H__ */
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509231203.58NC3NmH008118>